summaryrefslogtreecommitdiffstats
path: root/core/lostpassword
diff options
context:
space:
mode:
authorkondou <kondou@ts.unde.re>2013-04-08 22:41:15 +0200
committerkondou <kondou@ts.unde.re>2013-04-23 12:31:13 +0200
commit06dfc951227375ae3729e93d5c0a3f90e4cdc566 (patch)
tree50b65c74bbb4c179f8de55b3587a9019ee026ae5 /core/lostpassword
parentf1bcf6ef0289504f1f00e1265ad8ad88aa2302db (diff)
downloadnextcloud-server-06dfc951227375ae3729e93d5c0a3f90e4cdc566.tar.gz
nextcloud-server-06dfc951227375ae3729e93d5c0a3f90e4cdc566.zip
Fix syntax error.
Diffstat (limited to 'core/lostpassword')
-rw-r--r--core/lostpassword/templates/lostpassword.php2
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.');