]> git.mxchange.org Git - friendica.git/blobdiff - mod/lostpass.php
Storing the protocol while following a contact
[friendica.git] / mod / lostpass.php
index d36d32963d6bc368907e24a504f51a820d2ab400..548cea185cb943ac3c3f1e7cda039045f7514b12 100644 (file)
@@ -81,7 +81,6 @@ function lostpass_post(App $a)
 
 function lostpass_content(App $a)
 {
-       $o = '';
        if ($a->argc > 1) {
                $pwdreset_token = $a->argv[1];
 
@@ -127,7 +126,6 @@ function lostpass_form()
 function lostpass_generate_password($user)
 {
        $o = '';
-       $a = get_app();
 
        $new_password = User::generateNewPassword();
        $result = User::updatePassword($user['uid'], $new_password);