1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/12564] Remove version definition from ACP/MCP/UCP module info files

PHPBB3-12564
This commit is contained in:
Matt Friedman
2014-05-18 17:43:26 -07:00
parent c72e6ceb06
commit 6aeb22bfd7
49 changed files with 0 additions and 49 deletions

View File

@@ -17,7 +17,6 @@ class mcp_pm_reports_info
return array(
'filename' => 'mcp_pm_reports',
'title' => 'MCP_PM_REPORTS',
'version' => '1.0.0',
'modes' => array(
'pm_reports' => array('title' => 'MCP_PM_REPORTS_OPEN', 'auth' => 'aclf_m_report', 'cat' => array('MCP_REPORTS')),
'pm_reports_closed' => array('title' => 'MCP_PM_REPORTS_CLOSED', 'auth' => 'aclf_m_report', 'cat' => array('MCP_REPORTS')),