diff --git a/module/bug/model.php b/module/bug/model.php index 39015d70ad..2f4847cd96 100644 --- a/module/bug/model.php +++ b/module/bug/model.php @@ -1036,7 +1036,7 @@ class bugModel extends model * @access public * @return bool */ - public function activate(object $bug, array $kanbanParams): bool + public function activate(object $bug, array $kanbanParams = array()): bool { $bugID = (int)$bug->id; $oldBug = $this->getBaseInfo($bugID);