mirror of
https://github.com/friendica/friendica
synced 2025-04-23 08:30:10 +00:00
more fixes
This commit is contained in:
parent
08b3126dae
commit
832d9eeaaf
4 changed files with 130 additions and 130 deletions
|
@ -172,7 +172,7 @@ function dfrn_request_post(&$a) {
|
|||
|
||||
$r = q("select id from contact where uid = %d and url = '%s' and `site-pubkey` = '%s limit 1",
|
||||
intval(local_user()),
|
||||
$dbesc($dfrn_url),
|
||||
dbesc($dfrn_url),
|
||||
$parms['key'] // this was already escaped
|
||||
);
|
||||
if(count($r)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue