more fixes

This commit is contained in:
friendica 2012-06-12 16:17:34 -07:00
parent 08b3126dae
commit 832d9eeaaf
4 changed files with 130 additions and 130 deletions

View file

@ -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)) {