]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Owa.php
Relocated function
[friendica.git] / src / Module / Owa.php
index 93d610a7476d02ab4ad52a4eaa94e47b96a968f1..1d6b1332dcec81bdcf8ff5bd8aba3111343338c4 100644 (file)
@@ -51,7 +51,7 @@ class Owa extends BaseModule
 
                                                $contact = DBA::selectFirst('contact', $fields, $condition);
 
-                                               if (DBA::is_result($contact)) {
+                                               if (DBA::isResult($contact)) {
                                                        // Try to verify the signed header with the public key of the contact record
                                                        // we have found.
                                                        $verified = HTTPSignature::verify('', $contact['pubkey']);