]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/deleteuser.php
Updating Janrain OpenID auth library
[quix0rs-gnu-social.git] / actions / deleteuser.php
index 19b1e20e833ab918843269905c26762da2a99ef4..9f13468dc498643dd72da3da279d206e65fb0717 100644 (file)
@@ -67,7 +67,7 @@ class DeleteuserAction extends ProfileFormAction
             return false;
         }
 
-        $this->user = User::staticGet('id', $this->profile->id);
+        $this->user = User::getKV('id', $this->profile->id);
 
         if (empty($this->user)) {
             // TRANS: Client error displayed when trying to delete a non-local user.