Explorar el Código

Fix allowed type

Thomas Rabaix hace 12 años
padre
commit
6bc9128445
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Block/AdminListBlockService.php

+ 1 - 1
Block/AdminListBlockService.php

@@ -102,7 +102,7 @@ class AdminListBlockService extends BaseBlockService
         ));
 
         $resolver->setAllowedTypes(array(
-            'groups' => array('bool')
+            'groups' => array('bool', 'array')
         ));
     }
 }