diff --git a/core/imageboard.pack.php b/core/imageboard.pack.php index 6362de14..8b81812a 100644 --- a/core/imageboard.pack.php +++ b/core/imageboard.pack.php @@ -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(); }