]> git.mxchange.org Git - friendica.git/blobdiff - mod/removeme.php
Change called method names
[friendica.git] / mod / removeme.php
index dcb07a5bee68537610bd2ee132490c5d2a22956d..4b5591c0b599f5f530412a2872781fc5a76f23b5 100644 (file)
@@ -30,7 +30,7 @@ function removeme_post(App $a) {
 
        if ((strlen($a->user['password'])) && ($encrypted === $a->user['password'])) {
                require_once('include/Contact.php');
-               user_remove($a->user['uid']);
+               User::remove($a->user['uid']);
                // NOTREACHED
        }