Ver código fonte

Mse en place du pre-commit (de mon coté).

bastien 13 anos atrás
pai
commit
46567cbda3

+ 1 - 2
src/Muzich/IndexBundle/Controller/IndexController.php Ver arquivo

@@ -85,7 +85,6 @@ class IndexController extends Controller
85 85
       $em->persist($user_tag_favorite_bux_tribe);
86 86
     }
87 87
     
88
-    bfgbgfb
89 88
     $em->flush();
90 89
     
91 90
     //$bux = new User();
@@ -96,7 +95,7 @@ class IndexController extends Controller
96 95
       echo $UserTagFavorite->getTag()->getName().'<br />';
97 96
     }
98 97
     
99
-    die();
98
+    //die();
100 99
         
101 100
     return array('bux' => $bux);
102 101
   }