[ticket/239] Disable uploading portal modules for now

B3P-239
This commit is contained in:
Marc Alexander
2014-06-09 15:05:33 +02:00
parent 275bd7c9c6
commit 9712518f2b
2 changed files with 1 additions and 11 deletions

View File

@@ -170,16 +170,6 @@ class v210_beta1 extends \phpbb\db\migration\migration
'module_langname' => 'ACP_PORTAL_MODULES',
),
)),
array('module.add', array(
'acp',
'ACP_PORTAL',
array(
'module_basename' => '\board3\portal\acp\portal_module',
'module_mode' => 'upload_module',
'module_auth' => 'acl_a_manage_portal',
'module_langname' => 'ACP_PORTAL_UPLOAD',
),
)),
array('custom', array(array($this, 'add_portal_data'))),
);