diff options
author | Zvi ben Yaakov (a.k.a rdc) <coderzvi@infosoc.net> | 2012-06-23 23:51:08 +0300 |
---|---|---|
committer | Zvi ben Yaakov (a.k.a rdc) <coderzvi@infosoc.net> | 2012-06-23 23:51:08 +0300 |
commit | 00668aaa71336f48b141c443749a66c58a555503 (patch) | |
tree | bd8a9d029ddaebbd1d8385dfd522f689e5d3891c /mod/dfrn_request.php | |
parent | 5e3e3915e347e4c298498ce0a8c493b9cd03201b (diff) | |
parent | 381d0912672cda6575368d242565310a93e202d4 (diff) | |
download | volse-hubzilla-00668aaa71336f48b141c443749a66c58a555503.tar.gz volse-hubzilla-00668aaa71336f48b141c443749a66c58a555503.tar.bz2 volse-hubzilla-00668aaa71336f48b141c443749a66c58a555503.zip |
Merge git://github.com/friendica/friendica
Diffstat (limited to 'mod/dfrn_request.php')
-rw-r--r-- | mod/dfrn_request.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/dfrn_request.php b/mod/dfrn_request.php index 3c76034c3..cec2d7f8b 100644 --- a/mod/dfrn_request.php +++ b/mod/dfrn_request.php @@ -170,7 +170,7 @@ function dfrn_request_post(&$a) { info( t("Introduction complete.") . EOL); } - $r = q("select id from contact where uid = %d and url = '%s' and `site-pubkey` = '%s limit 1", + $r = q("select id from contact where uid = %d and url = '%s' and `site-pubkey` = '%s' limit 1", intval(local_user()), dbesc($dfrn_url), $parms['key'] // this was already escaped |