의 미러
https://github.com/friendica/friendica
synced 2025-09-07 21:21:52 +02:00
fix url and network display
This commit is contained in:
부모
53412dacd4
커밋
733f830be4
1개의 변경된 파일과 2개의 추가작업 그리고 1개의 파일을 삭제
|
@ -63,7 +63,8 @@ function viewcontacts_content(&$a) {
|
|||
'username' => $rr['name'],
|
||||
'url' => $url,
|
||||
'sparkle' => '',
|
||||
'item' => $rr,
|
||||
'itemurl' => $rr['url'],
|
||||
'network' => network_to_name($rr['network']),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
불러오는 중…
테이블 추가
Add a link
Reference in a new issue