Allow to grant every permission

This commit is contained in:
Eric Lippmann 2014-12-29 11:53:55 +01:00
parent 49dad43a0a
commit 4441c1d4de
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class RoleForm extends ConfigForm
*
* @type array
*/
protected $providedPermissions = array();
protected $providedPermissions = array('*' => '*');
/**
* Provided restrictions by currently loaded modules