Explorar o código

Fix allowed type

Thomas Rabaix %!s(int64=12) %!d(string=hai) anos
pai
achega
6bc9128445
Modificáronse 1 ficheiros con 1 adicións e 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')
         ));
     }
 }