Skip to content

Commit

Permalink
Merge pull request joomla#28 from Lemings/patch-1
Browse files Browse the repository at this point in the history
Bug in getTagsIds
  • Loading branch information
elinw committed Feb 26, 2013
2 parents a801574 + 63835cd commit 13ffb76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/cms/tags/tags.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public function unTagItems($ids, $prefix, $tag)

public function getTagIds($id, $prefix)
{
if (empty($item->id))
if (empty($id))
{
return;
}
Expand Down

0 comments on commit 13ffb76

Please sign in to comment.