X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=mod%2Flostpass.php;h=455a9b1e2eed697580cd17fb8e4dcfe2b53da43d;hb=5b7c8d86311b847c2a4a89c465ae1c510a58be7b;hp=f9e9400fc2caf47318c49be9babe156a5f3a159e;hpb=4c04a78d1b6f14ce90e4ca0b23e356d234c4a296;p=friendica.git diff --git a/mod/lostpass.php b/mod/lostpass.php index f9e9400fc2..455a9b1e2e 100644 --- a/mod/lostpass.php +++ b/mod/lostpass.php @@ -4,7 +4,7 @@ require_once('include/email.php'); require_once('include/enotify.php'); require_once('include/text.php'); -function lostpass_post(App &$a) { +function lostpass_post(App $a) { $loginame = notags(trim($_POST['login-name'])); if(! $loginame) @@ -77,7 +77,7 @@ function lostpass_post(App &$a) { } -function lostpass_content(App &$a) { +function lostpass_content(App $a) { if(x($_GET,'verify')) {