Skip to content

Commit

Permalink
Bug in getTagsIds
Browse files Browse the repository at this point in the history
Tags are not loaded in form field, because check allways fails.
  • Loading branch information
Lemings committed Feb 25, 2013
1 parent a801574 commit 63835cd
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 63835cd

Please sign in to comment.