cut/paste error

This commit is contained in:
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);