ソースを参照

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

bastien 13 年 前
コミット
46567cbda3
共有1 個のファイルを変更した1 個の追加2 個の削除を含む
  1. 1 2
      src/Muzich/IndexBundle/Controller/IndexController.php

+ 1 - 2
src/Muzich/IndexBundle/Controller/IndexController.php ファイルの表示

@@ -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
   }