diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-02-05 21:20:00 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-02-05 21:20:00 +0000 |
commit | 321ee768c99862d40a427cf45c214e922a5697cc (patch) | |
tree | f96c5cce32d18cd115b23cd5fdac56090f1cf340 /modules/system/system.module | |
parent | 17f3807f2baa5b2c665413c1401e7a41515a84fe (diff) | |
download | brdo-321ee768c99862d40a427cf45c214e922a5697cc.tar.gz brdo-321ee768c99862d40a427cf45c214e922a5697cc.tar.bz2 |
- Patch #705116 by c960657: remove unused 'administer files' permission.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r-- | modules/system/system.module | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index 67b8c5808..f44ad4ea2 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -217,9 +217,6 @@ function system_permission() { 'administer actions' => array( 'title' => t('Administer actions'), ), - 'administer files' => array( - 'title' => t('Administer user-uploaded files'), - ), 'access administration pages' => array( 'title' => t('Use the administration pages and help'), ), |