浏览代码

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
   }