From 883596ae3822924b4659da10c87226b790da54bd Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Mon, 20 Dec 2010 15:04:06 +0000 Subject: [PATCH] Fixed incorrect permission variables in install file --- root/install/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root/install/index.php b/root/install/index.php index d6d75008..881065cd 100644 --- a/root/install/index.php +++ b/root/install/index.php @@ -111,7 +111,7 @@ $versions = array( 'module_basename' => 'portal', 'module_langname' => 'ACP_PORTAL_GENERAL_INFO', 'module_mode' => 'config', - 'module_auth' => 'acl_a_portal', + 'module_auth' => 'acl_a_manage_portal', ), ), @@ -119,7 +119,7 @@ $versions = array( 'module_basename' => 'portal', 'module_langname' => 'ACP_PORTAL_MODULES', 'module_mode' => 'modules', - 'module_auth' => 'acl_a_portal', + 'module_auth' => 'acl_a_manage_portal', ), ), ),