diff --git a/Admin/Activate.php b/Admin/Activate.php index e396165..fca858c 100644 --- a/Admin/Activate.php +++ b/Admin/Activate.php @@ -18,6 +18,7 @@ namespace Modules\Tasks\Admin; use phpOMS\DataStorage\Database\Pool; use phpOMS\Module\ActivateAbstract; +use phpOMS\Module\InfoManager; /** * Navigation class. @@ -36,7 +37,7 @@ class Activate extends ActivateAbstract /** * {@inheritdoc} */ - public static function activate(Pool $dbPool, array $info) + public static function activate(Pool $dbPool, InfoManager $info) { parent::activate($dbPool, $info); } diff --git a/Admin/Deactivate.php b/Admin/Deactivate.php index 8aa28c7..666ed58 100644 --- a/Admin/Deactivate.php +++ b/Admin/Deactivate.php @@ -18,6 +18,7 @@ namespace Modules\Tasks\Admin; use phpOMS\DataStorage\Database\Pool; use phpOMS\Module\DeactivateAbstract; +use phpOMS\Module\InfoManager; /** * Navigation class. @@ -36,7 +37,7 @@ class Deactivate extends DeactivateAbstract /** * {@inheritdoc} */ - public static function deactivate(Pool $dbPool, array $info) + public static function deactivate(Pool $dbPool, InfoManager $info) { parent::deactivate($dbPool, $info); } diff --git a/Theme/Backend/task-create.tpl.php b/Theme/Backend/task-create.tpl.php index 5ab1901..2d09000 100644 --- a/Theme/Backend/task-create.tpl.php +++ b/Theme/Backend/task-create.tpl.php @@ -57,12 +57,4 @@ echo $this->getData('nav')->render(); ?> - \ No newline at end of file + \ No newline at end of file diff --git a/Theme/backend/task-create.tpl.php b/Theme/backend/task-create.tpl.php index 5ab1901..2d09000 100644 --- a/Theme/backend/task-create.tpl.php +++ b/Theme/backend/task-create.tpl.php @@ -57,12 +57,4 @@ echo $this->getData('nav')->render(); ?> - \ No newline at end of file + \ No newline at end of file