]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/clear_jabber.php
updateKeys -> updateWithKeys (w/ functionality)
[quix0rs-gnu-social.git] / scripts / clear_jabber.php
index a71ccb2d67834844888ded6be7c06fc1d812a58b..4a7de8a3d91fb3d29c5cc27d593f3fa0d0f3685c 100755 (executable)
@@ -75,7 +75,7 @@ function clear_jabber($id)
         } else {
             $original = clone($user);
             $user->jabber = null;
-            $result = $user->updateKeys($original);
+            $result = $user->updateWithKeys($original);
         }
         echo "\n";
     } else if (!$user) {