From 2f0852cb7027b8262a43e16e885373a1ad1a28a2 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Wed, 3 Jun 2015 15:57:22 +0200 Subject: [PATCH] [ticket/550] Use extension ACL variable in portal_info B3P-550 --- acp/portal_info.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/acp/portal_info.php b/acp/portal_info.php index b29ce3f2..515e1709 100644 --- a/acp/portal_info.php +++ b/acp/portal_info.php @@ -19,10 +19,10 @@ class portal_info return array( 'filename' => '\board3\portal\acp\portal_module', 'title' => 'ACP_PORTAL', - 'version' => '2.0.1-rc1', + 'version' => '2.1.0', 'modes' => array( - 'config' => array('title' => 'ACP_PORTAL_GENERAL_INFO', 'auth' => 'acl_a_manage_portal', 'cat' => array('ACP_PORTAL')), - 'modules' => array('title' => 'ACP_PORTAL_MODULES', 'auth' => 'acl_a_manage_portal', 'cat' => array('ACP_PORTAL')), + 'config' => array('title' => 'ACP_PORTAL_GENERAL_INFO', 'auth' => 'ext_board3/portal && acl_a_manage_portal', 'cat' => array('ACP_PORTAL')), + 'modules' => array('title' => 'ACP_PORTAL_MODULES', 'auth' => 'ext_board3/portal && acl_a_manage_portal', 'cat' => array('ACP_PORTAL')), ), ); }