cut/paste error

Este commit está contenido en:
friendica 2012-03-17 00:08:52 -07:00
padre 511d8a30a0
commit 057a142b8c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -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);