Fixed incorrect permission variables in install file
This commit is contained in:
@@ -111,7 +111,7 @@ $versions = array(
|
|||||||
'module_basename' => 'portal',
|
'module_basename' => 'portal',
|
||||||
'module_langname' => 'ACP_PORTAL_GENERAL_INFO',
|
'module_langname' => 'ACP_PORTAL_GENERAL_INFO',
|
||||||
'module_mode' => 'config',
|
'module_mode' => 'config',
|
||||||
'module_auth' => 'acl_a_portal',
|
'module_auth' => 'acl_a_manage_portal',
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
||||||
@@ -119,7 +119,7 @@ $versions = array(
|
|||||||
'module_basename' => 'portal',
|
'module_basename' => 'portal',
|
||||||
'module_langname' => 'ACP_PORTAL_MODULES',
|
'module_langname' => 'ACP_PORTAL_MODULES',
|
||||||
'module_mode' => 'modules',
|
'module_mode' => 'modules',
|
||||||
'module_auth' => 'acl_a_portal',
|
'module_auth' => 'acl_a_manage_portal',
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user