[feature/module_services] Move poll module to module services

This commit is contained in:
Marc Alexander
2013-11-17 00:38:36 +01:00
parent 95a9c7a642
commit 73fa16f983
3 changed files with 160 additions and 87 deletions

View File

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