cut/paste error

这个提交包含在:
friendica 2012-03-17 00:08:52 -07:00
父节点 511d8a30a0
当前提交 057a142b8c
共有 1 个文件被更改,包括 1 次插入1 次删除

查看文件

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