Skip to content

Commit

Permalink
Upgrade to iTag v3.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
jjrom committed Aug 16, 2017
1 parent af0f7ed commit a7ef168
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/iTag/Taggers/Tagger_Always.php
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ private function isSeason($month, $day, $magics) {
*/
private function hasResults($query) {
$result = $this->query($query);
if (isset($result)) {
if (!isset($result)) {
return false;
}
$rows = pg_fetch_all($result);
Expand All @@ -256,4 +256,4 @@ private function hasResults($query) {
}
return true;
}
}
}

0 comments on commit a7ef168

Please sign in to comment.