]> git.mxchange.org Git - friendica.git/blobdiff - mod/dfrn_notify.php
src Standards
[friendica.git] / mod / dfrn_notify.php
index 8e2b18e4963f14bbd131abf8a0983d1f5df69573..61be7966e06b95a036a59bab13d318a08edbb1b1 100644 (file)
@@ -175,7 +175,7 @@ function dfrn_notify_post(App $a) {
                                 *we got a key. old code send only the key, without RINO version.
                                 * we assume RINO 1 if key and no RINO version
                                 */
-                               $data = DFRN::aes_decrypt(hex2bin($data), $final_key);
+                               $data = DFRN::aesDecrypt(hex2bin($data), $final_key);
                                break;
                        case 2:
                                try {