diff options
author | Andreas Gohr <gohr@cosmocode.de> | 2010-01-13 09:40:30 +0100 |
---|---|---|
committer | Andreas Gohr <gohr@cosmocode.de> | 2010-01-13 09:43:11 +0100 |
commit | 98842ebb32df0ff78abeafe20b0b162b01730404 (patch) | |
tree | a6cad30d73f1b3e0b0f3414d3555d4ef9053dfb2 /lib/plugins | |
parent | a46c097d04d070a8b37f3670277007639d06ff86 (diff) | |
download | rpg-98842ebb32df0ff78abeafe20b0b162b01730404.tar.gz rpg-98842ebb32df0ff78abeafe20b0b162b01730404.tar.bz2 |
another fix for FS#1847 + msg increased
Diffstat (limited to 'lib/plugins')
-rw-r--r-- | lib/plugins/acl/ajax.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/acl/ajax.php b/lib/plugins/acl/ajax.php index 97fae2ad1..e383f0d35 100644 --- a/lib/plugins/acl/ajax.php +++ b/lib/plugins/acl/ajax.php @@ -19,7 +19,7 @@ require_once(DOKU_INC.'inc/auth.php'); //close session session_write_close(); -if(!auth_ismanager()) die('forbidden'); +if(!auth_isadmin()) die('forbidden'); $ID = getID(); |