]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/registeruser.php
updateKeys -> updateWithKeys (w/ functionality)
[quix0rs-gnu-social.git] / scripts / registeruser.php
index d2a47b6be9737b27f3cc30603aefd496cdbb9344..cc0bd5598de088e7d72808470e7734c93cdff914 100644 (file)
@@ -69,7 +69,7 @@ try {
 
         $user->email = $email;
 
-        if (!$user->updateKeys($orig)) {
+        if (!$user->updateWithKeys($orig)) {
             print "Failed!\n";
             throw new Exception("Can't update email address.");
         }