Skip to content

Commit

Permalink
Typo…
Browse files Browse the repository at this point in the history
  • Loading branch information
acrylian committed Nov 17, 2014
1 parent 69004ac commit 9efa8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zp-core/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,7 @@ function getAllTagsUnique($exclude_unassigned = false) {
if ($unique_tags) {
while ($tagrow = db_fetch_assoc($unique_tags)) {
if ($exclude_unassigned) {
if (getTagCountByAccess($tag) != 0) {
if (getTagCountByAccess($tagrow) != 0) {
$_zp_unique_tags[] = $tagrow['name'];
}
} else {
Expand Down

0 comments on commit 9efa8d4

Please sign in to comment.