Explorar el Código

fix: economie d'une requete.

bastien hace 15 años
padre
commit
0964f77787
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Muzich/GroupBundle/Controller/DefaultController.php

+ 1 - 1
src/Muzich/GroupBundle/Controller/DefaultController.php Ver fichero

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(