Browse Source

fix: economie d'une requete.

bastien 13 years ago
parent
commit
0964f77787
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Muzich/GroupBundle/Controller/DefaultController.php

+ 1 - 1
src/Muzich/GroupBundle/Controller/DefaultController.php View File

15
   public function myListAction()
15
   public function myListAction()
16
   {
16
   {
17
     $user = $this->getUser(true, array('join' => array(
17
     $user = $this->getUser(true, array('join' => array(
18
-      //'groups_owned'
18
+      'groups_owned'
19
     )));
19
     )));
20
     
20
     
21
     return array(
21
     return array(