[feature/module_services] Move search module to module services

This commit is contained in:
Marc Alexander
2013-11-16 17:16:28 +01:00
parent 19c2d437a4
commit a816a703f2
3 changed files with 43 additions and 26 deletions

View File

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