Skip to content

Commit

Permalink
Min fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmr committed Jun 2, 2022
1 parent 5a08938 commit 082d7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/tasktype.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ static function getAllForKanban($active = true, $current_id = -1) {
*/
public function forceGlobalState() {
// All users must be using the global state unless viewing the global Kanban
return $this->getID() > 0;
return false;
}

/**
Expand Down

0 comments on commit 082d7aa

Please sign in to comment.