[feature/module_services] Move latest_bots to module services

This commit is contained in:
Marc Alexander
2013-11-16 10:42:30 +01:00
parent a1f64e9842
commit 972ad7ae5d
3 changed files with 57 additions and 19 deletions

View File

@@ -512,7 +512,7 @@ class v210_beta1 extends \phpbb\db\migration\migration
'module_status' => 1,
),
array(
'module_classname' => 'latest_bots',
'module_classname' => '\board3\portal\modules\latest_bots',
'module_column' => 3,
'module_order' => 5,
'module_name' => 'LATEST_BOTS',