]> git.mxchange.org Git - friendica.git/commitdiff
cut/paste error
authorfriendica <info@friendica.com>
Sat, 17 Mar 2012 07:08:52 +0000 (00:08 -0700)
committerfriendica <info@friendica.com>
Sat, 17 Mar 2012 07:08:52 +0000 (00:08 -0700)
mod/item.php

index 07b4bfef7665990ade9f16305dfa6b97ddbd6b3d..fe570075f2f6eca655909f6e063bd3e18295236e 100755 (executable)
@@ -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);