From: friendica Date: Sat, 17 Mar 2012 07:08:52 +0000 (-0700) Subject: cut/paste error X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=057a142b8cd01cd8ab6212e9d958989c82dfccc3;p=friendica.git cut/paste error --- diff --git a/mod/item.php b/mod/item.php index 07b4bfef76..fe570075f2 100755 --- a/mod/item.php +++ b/mod/item.php @@ -857,7 +857,7 @@ function handle_tag($a, &$body, &$inform, &$str_tags, $profile_uid, $tag) { if(strpos($tag,'@') === 0) { //is it already replaced? if(strpos($tag,'[url=')) - continue; + return; $stat = false; //get the person's name $name = substr($tag,1);