]> git.mxchange.org Git - friendica.git/blobdiff - mod/dfrn_request.php
Frost-mobile: media query in css for tablets
[friendica.git] / mod / dfrn_request.php
index 3c76034c3e2632e10d03b7daa11488d04590b7f5..cec2d7f8b01c1420f82a6b6b76090c897b305047 100644 (file)
@@ -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