Skip to content

Commit a046da2

Browse files
authored
Update reset.php
1 parent e6a30e5 commit a046da2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/reset.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
$isNewLoginPage = file_exists(rex_path::core('fragments/core/login_background.php'));
44

55
$email = rex_request('email', 'string');
6-
$content = $successMessage = $errorMessage = '';
6+
$content = $successMessage = $errorMessage = $buttons = '';
77

88

99
if (!empty($success)) {

0 commit comments

Comments
 (0)