Skip to content

Commit add7d06

Browse files
cconard96trasher
authored andcommitted
fix not null in query
1 parent cb435ad commit add7d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/task.class.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1209,7 +1209,7 @@ public function getJoblogs($task_ids = [], $with_logs = true, $only_active = fal
12091209
],
12101210
'WHERE' => array_merge(
12111211
[
1212-
'task.id' => ['!=', null],
1212+
'NOT' => ['task.id' => null],
12131213
],
12141214
$active_task,
12151215
$tasks_list,

0 commit comments

Comments
 (0)