diff options
Diffstat (limited to 'modules/system/system.module')
-rw-r--r-- | modules/system/system.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index be3e47c36..a4c0dc981 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -31,7 +31,7 @@ function system_help_cron() { } function system_perm() { - return array("administer site configuration", "access administration pages", "create php content"); + return array("administer site configuration", "access administration pages", "bypass input data check", "create php content"); } function system_link($type) { |