[feature/module_services] Move whois_online to module services

This commit is contained in:
Marc Alexander
2013-11-17 01:52:24 +01:00
parent 06bc28ed5a
commit 64ee68568b
3 changed files with 73 additions and 39 deletions

View File

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