fixup wildcards

This commit is contained in:
Shish 2013-03-03 18:34:27 +00:00
parent e013d86b56
commit 7ff0ae51a1

View File

@ -1026,7 +1026,7 @@ class Tag {
}
// if the whole match is wild, return null to save the database
else if(str_replace("*", "", $tag) == "")) {
else if(str_replace("*", "", $tag) == "") {
return array();
}