diff options
author | kondou <kondou@ts.unde.re> | 2013-04-08 22:41:15 +0200 |
---|---|---|
committer | kondou <kondou@ts.unde.re> | 2013-04-23 12:31:13 +0200 |
commit | 06dfc951227375ae3729e93d5c0a3f90e4cdc566 (patch) | |
tree | 50b65c74bbb4c179f8de55b3587a9019ee026ae5 /core/lostpassword | |
parent | f1bcf6ef0289504f1f00e1265ad8ad88aa2302db (diff) | |
download | nextcloud-server-06dfc951227375ae3729e93d5c0a3f90e4cdc566.tar.gz nextcloud-server-06dfc951227375ae3729e93d5c0a3f90e4cdc566.zip |
Fix syntax error.
Diffstat (limited to 'core/lostpassword')
-rw-r--r-- | core/lostpassword/templates/lostpassword.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/lostpassword/templates/lostpassword.php b/core/lostpassword/templates/lostpassword.php index 4009ba44050..dd4d05d25c0 100644 --- a/core/lostpassword/templates/lostpassword.php +++ b/core/lostpassword/templates/lostpassword.php @@ -1,4 +1,4 @@ -<?php if $_['requested']): ?> +<?php if ($_['requested']): ?> <div class="success"><p> <?php echo $l->t('The link to reset your password has been sent to your email.'); |