fixup wildcards
This commit is contained in:
parent
e013d86b56
commit
7ff0ae51a1
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user