Sfoglia il codice sorgente

fix: economie d'une requete.

bastien 14 anni fa
parent
commit
0964f77787

+ 1 - 1
src/Muzich/GroupBundle/Controller/DefaultController.php Vedi 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(