]> git.mxchange.org Git - friendica.git/blobdiff - mod/dfrn_notify.php
Merge pull request #5727 from rabuzarus/20180905_-_rise_frio_version
[friendica.git] / mod / dfrn_notify.php
index 88f706385baa3d6f7878b816a42b4bf60d71eb3e..f653faca9599ade707593cf0de2df6c287f193ff 100644 (file)
@@ -322,8 +322,8 @@ function dfrn_notify_content(App $a) {
                $encrypted_id = '';
                $id_str       = $my_id . '.' . mt_rand(1000,9999);
 
-               $prv_key = trim($importer['prvkey']);
-               $pub_key = trim($importer['pubkey']);
+               $prv_key = trim($importer['cprvkey']);
+               $pub_key = trim($importer['cpubkey']);
                $dplx    = intval($importer['duplex']);
 
                if (($dplx && strlen($prv_key)) || (strlen($prv_key) && !strlen($pub_key))) {