X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Flostpass.php;h=cb2dd3ca3c9f03e565eb62f1218cba968016de64;hb=0cdf0ba422076f731a5801708879d5344439494a;hp=d36d32963d6bc368907e24a504f51a820d2ab400;hpb=3f85ee3ef8348dd2200c7bb05be6701689a649d5;p=friendica.git diff --git a/mod/lostpass.php b/mod/lostpass.php index d36d32963d..cb2dd3ca3c 100644 --- a/mod/lostpass.php +++ b/mod/lostpass.php @@ -127,7 +127,7 @@ function lostpass_form() function lostpass_generate_password($user) { $o = ''; - $a = get_app(); + $a = \get_app(); $new_password = User::generateNewPassword(); $result = User::updatePassword($user['uid'], $new_password);