Selaa lähdekoodia

Fix allowed type

Thomas Rabaix 12 vuotta sitten
vanhempi
commit
6bc9128445
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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')
         ));
     }
 }