]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Profile.php
updateKeys -> updateWithKeys (w/ functionality)
[quix0rs-gnu-social.git] / classes / Profile.php
index 8352861fe63089cb187f92d1cbf3bf67b1baeaee..ea99244e3189db8a06cd3c0ae0f45db6a1e4c70c 100644 (file)
@@ -838,7 +838,7 @@ class Profile extends Managed_DataObject
                 common_debug("Updating User ({$this->id}) nickname from {$dataObject->nickname} to {$this->nickname}");
                 $origuser = clone($local);
                 $local->nickname = $this->nickname;
-                $result = $local->updateKeys($origuser);
+                $result = $local->updateWithKeys($origuser);
                 if ($result === false) {
                     common_log_db_error($local, 'UPDATE', __FILE__);
                     // TRANS: Server error thrown when user profile settings could not be updated.