[feature/module_services] Move main menu to module services

This commit is contained in:
Marc Alexander
2013-11-16 23:20:44 +01:00
parent b320d6854d
commit bfe396eec9
3 changed files with 127 additions and 59 deletions

View File

@@ -303,7 +303,7 @@ class v210_beta1 extends \phpbb\db\migration\migration
// Populate module table
$board3_sql_query = array(
array(
'module_classname' => 'main_menu',
'module_classname' => '\board3\portal\modules\main_menu',
'module_column' => 1,
'module_order' => 1,
'module_name' => 'M_MENU',