Skip to content

Commit

Permalink
Update tracks.php
Browse files Browse the repository at this point in the history
  • Loading branch information
richard67 committed Apr 22, 2019
1 parent 314c3bc commit 8bdcadb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/components/com_banners/models/tracks.php
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ public function delete()
$query->where('track_date <= ' . $db->quote($end));
}

$where = '1';
$where = '1 = 1';

// Filter by client
$clientId = $this->getState('filter.client_id');
Expand Down

0 comments on commit 8bdcadb

Please sign in to comment.