[feature/module_services] Move welcome module to module services

This commit is contained in:
Marc Alexander
2013-11-17 01:38:11 +01:00
parent 12db763560
commit 06bc28ed5a
5 changed files with 123 additions and 77 deletions

View File

@@ -402,7 +402,7 @@ class v210_beta1 extends \phpbb\db\migration\migration
'module_status' => 1,
),
array(
'module_classname' => 'welcome',
'module_classname' => '\board3\portal\modules\welcome',
'module_column' => 2,
'module_order' => 1,
'module_name' => 'PORTAL_WELCOME',