mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
another sql typo
This commit is contained in:
parent
ada2a555dc
commit
1b445d511b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue