* bugModel: set default value of the $kanbanParams parameter.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user