summaryrefslogtreecommitdiff
path: root/modules/system.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system.module')
-rw-r--r--modules/system.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system.module b/modules/system.module
index 1fa3e93e5..8187ae08f 100644
--- a/modules/system.module
+++ b/modules/system.module
@@ -43,7 +43,7 @@ function system_help_page() {
* Implementation of hook_perm().
*/
function system_perm() {
- return array('administer site configuration', 'access administration pages', 'bypass input data check', 'create php content');
+ return array('administer site configuration', 'access administration pages', 'bypass input data check');
}
/**