diff options
author | Dries Buytaert <dries@buytaert.net> | 2002-11-18 22:19:17 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2002-11-18 22:19:17 +0000 |
commit | 5c0558b50366fe42634963b9676d9f4f697d07c4 (patch) | |
tree | 4453f174f463e2a1779b6a6a02e34e973d62938e /modules/system/system.module | |
parent | 36cb350ef1e45ec946242cb2c52b3f4d9004600a (diff) | |
download | brdo-5c0558b50366fe42634963b9676d9f4f697d07c4.tar.gz brdo-5c0558b50366fe42634963b9676d9f4f697d07c4.tar.bz2 |
- Applied Natrak's "create PHP content" patch.
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 4ca23b860..c20d1c848 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -29,7 +29,7 @@ function system_help_cron() { } function system_perm() { - return array("administer site configuration", "access administration pages"); + return array("administer site configuration", "access administration pages", "create php content"); } function system_link($type) { |