Skip to content

Commit

Permalink
Add missing values.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Mar 5, 2015
1 parent 6ebe84d commit 056723a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nag/lib/Driver/Sql.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ protected function _getBy($taskIds, $column, array $tasklists = null)

if (!empty($tasklists)) {
$query .= ' AND task_owner IN (' . implode(',', array_fill(0, count($tasklists), '?')) . ')';
$values = array_merge($values, $tasklists);
}

try {
Expand Down

0 comments on commit 056723a

Please sign in to comment.