ソースを参照

Fix allowed type

Thomas Rabaix 12 年 前
コミット
6bc9128445
1 ファイル変更1 行追加1 行削除
  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')
         ));
     }
 }