Browse Source

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

bastien 13 years ago
parent
commit
46567cbda3
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/Muzich/IndexBundle/Controller/IndexController.php

+ 1 - 2
src/Muzich/IndexBundle/Controller/IndexController.php View File

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