Skip to content

Commit

Permalink
Update tag.php
Browse files Browse the repository at this point in the history
  • Loading branch information
tonypartridge committed Mar 27, 2018
1 parent 4f5077f commit 5c5836f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions components/com_tags/models/tag.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,9 @@ public function getItems()
break;
}
}

return $items;
}
else
{
return false;
}

return $items;
}

/**
Expand Down

0 comments on commit 5c5836f

Please sign in to comment.