[feature/module_services] Move topposers to module services

This commit is contained in:
Marc Alexander
2013-11-17 01:17:23 +01:00
parent 8c66281379
commit 9131024585
3 changed files with 68 additions and 29 deletions

View File

@@ -369,7 +369,7 @@ class v210_beta1 extends \phpbb\db\migration\migration
'module_status' => 1,
),
array(
'module_classname' => 'topposters',
'module_classname' => '\board3\portal\modules\topposters',
'module_column' => 1,
'module_order' => 7,
'module_name' => 'TOPPOSTERS',