Skip to content

Commit

Permalink
Update default_items.php
Browse files Browse the repository at this point in the history
  • Loading branch information
tonypartridge committed Mar 27, 2018
1 parent 6b1d25f commit 2ed0ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/com_tags/views/tag/tmpl/default_items.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
$canEdit = $user->authorise('core.edit', 'com_tags');
$canCreate = $user->authorise('core.create', 'com_tags');
$canEditState = $user->authorise('core.edit.state', 'com_tags');
$items = is_array($this->items) ? $this->items : (array) $this->items;
$items = $this->items;
$n = count($this->items);

JFactory::getDocument()->addScriptDeclaration("
Expand Down

0 comments on commit 2ed0ecd

Please sign in to comment.