의 미러
https://github.com/friendica/friendica
synced 2025-09-07 21:21:52 +02:00
Fallback when there is no nick name
This commit is contained in:
부모
922186bdd1
커밋
7f1f549c6f
1개의 변경된 파일과 3개의 추가작업 그리고 0개의 파일을 삭제
|
@ -160,6 +160,9 @@ function item_post(&$a) {
|
|||
logger('no contact found: '.print_r($thrparent, true), LOGGER_DEBUG);
|
||||
} else
|
||||
logger('parent contact: '.print_r($parent_contact, true), LOGGER_DEBUG);
|
||||
|
||||
if ($parent_contact["nick"] == "")
|
||||
$parent_contact["nick"] = $parent_contact["name"];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
불러오는 중…
테이블 추가
Add a link
Reference in a new issue