diff --git a/twitter/twitter.php b/twitter/twitter.php index 3cabbff3..e90f36df 100755 --- a/twitter/twitter.php +++ b/twitter/twitter.php @@ -1785,7 +1785,7 @@ function twitter_convertmsg($a, $body, $no_tags = false) { } } - if (($footerlink != "") AND ($footer != "")) { + if (($footerlink != "") AND (trim($footer) != "")) { $removedlink = trim(str_replace($footerlink, "", $body)); if (strstr($body, $removedlink))