Fixed incorrect permission variables in install file

This commit is contained in:
Marc Alexander
2010-12-20 15:04:06 +00:00
parent 37d0d36f4f
commit 883596ae38

View File

@@ -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',
),
),
),