Skip to content

Commit

Permalink
removed tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
fcoulter committed Feb 14, 2018
1 parent 5430f0b commit 667e09a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/com_tags/views/tag/view.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@ public function display($tpl = null)

// For some plugins.
!empty($itemElement->core_body) ? $itemElement->text = $itemElement->core_body : $itemElement->text = null;

if (is_string($itemElement->core_params))
{
$itemElement->core_params = new Registry($itemElement->core_params);
}
}

$dispatcher = JEventDispatcher::getInstance();

Expand Down

0 comments on commit 667e09a

Please sign in to comment.