[feature/module_services] Make announcements module a service

This commit is contained in:
Marc Alexander
2013-11-14 14:02:02 +01:00
parent fd12ba4b8e
commit f852f166f7
5 changed files with 549 additions and 478 deletions

View File

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