의 미러
https://github.com/friendica/friendica
synced 2025-09-07 21:21:52 +02:00
another sql typo
This commit is contained in:
부모
ada2a555dc
커밋
1b445d511b
1개의 변경된 파일과 1개의 추가작업 그리고 1개의 파일을 삭제
|
@ -611,7 +611,7 @@ function diaspora_request($importer,$xml) {
|
|||
intval($contact_record['id'])
|
||||
);
|
||||
|
||||
$u = q("select * from user where id = %d limit 1",intval($importer['uid']));
|
||||
$u = q("select * from user where uid = %d limit 1",intval($importer['uid']));
|
||||
if($u)
|
||||
$ret = diaspora_share($u[0],$contact_record);
|
||||
}
|
||||
|
|
불러오는 중…
테이블 추가
Add a link
Reference in a new issue