[feature/module_services] Move recent module to module_services

This commit is contained in:
Marc Alexander
2013-11-17 00:55:05 +01:00
parent e8ba092710
commit 8c66281379
3 changed files with 114 additions and 52 deletions

View File

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