Sevajol Bastien 11 лет назад
Родитель
Сommit
cb6d7e22f7

+ 1 - 0
src/Muzich/CoreBundle/Repository/TagRepository.php Просмотреть файл

@@ -3,6 +3,7 @@
3 3
 namespace Muzich\CoreBundle\Repository;
4 4
 
5 5
 use Doctrine\ORM\EntityRepository;
6
+use Doctrine\ORM\Mapping as ORM; // Corrige un bug en prod (assez etrange ...)
6 7
 
7 8
 class TagRepository extends EntityRepository
8 9
 {

+ 1 - 1
src/Muzich/CoreBundle/Resources/config/security.yml Просмотреть файл

@@ -10,7 +10,7 @@ security:
10 10
         "FOS\UserBundle\Model\UserInterface":
11 11
             algorithm: sha512
12 12
             encode_as_base64: false
13
-            iterations: 1
13
+            iterations: 10
14 14
 
15 15
     firewalls:
16 16
         main:

+ 1 - 1
src/Muzich/CoreBundle/Resources/views/Layout/head_js.html.twig Просмотреть файл

@@ -33,7 +33,7 @@
33 33
     var _ues = {
34 34
     host:'muzich.userecho.com',
35 35
     forum:'17651',
36
-    lang:'fr',
36
+    lang:'en',
37 37
     tab_corner_radius:5,
38 38
     tab_font_size:20,
39 39
     tab_image_hash:'Vm9zIHJldG91cnM%3D',