forked from Cavemanon/cavepaintings
fixup wildcards
This commit is contained in:
@@ -1026,7 +1026,7 @@ class Tag {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// if the whole match is wild, return null to save the database
|
// if the whole match is wild, return null to save the database
|
||||||
else if(str_replace("*", "", $tag) == "")) {
|
else if(str_replace("*", "", $tag) == "") {
|
||||||
return array();
|
return array();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user