diff options
Diffstat (limited to 'app/Model/Subtask.php')
-rw-r--r-- | app/Model/Subtask.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Model/Subtask.php b/app/Model/Subtask.php index b9cc6ded..d8a44aff 100644 --- a/app/Model/Subtask.php +++ b/app/Model/Subtask.php @@ -390,7 +390,7 @@ class Subtask extends Base $this->db->table(self::TABLE) ->eq('status', self::STATUS_INPROGRESS) ->eq('user_id', $user_id) - ->count() === 1; + ->exists(); } /** |