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 5c5836f commit 78c6f9e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions components/com_tags/models/tag.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,6 @@ public function getItems()

if (!empty($items))
{
if(!is_array($items))
{
$items = (array) $items;
}

foreach ($items as $item)
{
$explodedTypeAlias = explode('.', $item->type_alias);
Expand Down

0 comments on commit 78c6f9e

Please sign in to comment.