From c51afc3b088b2ff00017ac69a86557c7535e76bc Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sun, 13 Apr 2003 21:01:14 +0000 Subject: [PATCH] another quick fix for demo purposes git-svn-id: file:///svn/phpbb/trunk@3829 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/adm/admin_permissions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/adm/admin_permissions.php b/phpBB/adm/admin_permissions.php index 2d52771199..fb22ef8861 100644 --- a/phpBB/adm/admin_permissions.php +++ b/phpBB/adm/admin_permissions.php @@ -783,7 +783,7 @@ if (in_array($submit, array('options', 'presetsave', 'presetdel', 'update')) || $view_options .= ''; $view_options .= (!empty($submode) && $mode != $submode) ? '' : ''; $view_ary = array( - 'admin' => array('forum' => 'a_auth', 'mod' => 'a_modauth', 'supermod' => 'a_modauth'), + 'admin' => array('forum' => 'a_auth', 'mod' => 'a_authmods', 'supermod' => 'a_authmods'), 'supermod' => array('forum' => 'a_auth'), 'mod' => array('forum' => 'a_auth') );