Skip to content

Commit

Permalink
Update reset.php
Browse files Browse the repository at this point in the history
  • Loading branch information
skerbis authored Apr 4, 2022
1 parent e6a30e5 commit a046da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/reset.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$isNewLoginPage = file_exists(rex_path::core('fragments/core/login_background.php'));

$email = rex_request('email', 'string');
$content = $successMessage = $errorMessage = '';
$content = $successMessage = $errorMessage = $buttons = '';


if (!empty($success)) {
Expand Down

0 comments on commit a046da2

Please sign in to comment.