diff options
author | Andreas Fischer <bantu@owncloud.com> | 2013-07-19 02:19:14 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@owncloud.com> | 2013-07-19 02:19:14 +0200 |
commit | 2c38c2a70e632bfc5ccefb010c35afadb9b95580 (patch) | |
tree | da5a4b0cb33efed4fb9eef22ed057dc440603a6a /apps/files_sharing | |
parent | 084cf0c202c2430938f5c061d8e8616dda10e2df (diff) | |
parent | 6c868a9b5c959809713b041113b02313e010dfd5 (diff) | |
download | nextcloud-server-2c38c2a70e632bfc5ccefb010c35afadb9b95580.tar.gz nextcloud-server-2c38c2a70e632bfc5ccefb010c35afadb9b95580.zip |
Merge pull request #3947 from runky/patch-1
* runky/patch-1:
Update authenticate.php
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/templates/authenticate.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/templates/authenticate.php b/apps/files_sharing/templates/authenticate.php index fa03f419130..2c89b5df3f6 100644 --- a/apps/files_sharing/templates/authenticate.php +++ b/apps/files_sharing/templates/authenticate.php @@ -1,6 +1,6 @@ <form action="<?php p($_['URL']); ?>" method="post"> <fieldset> - <?php if ($_['wrongpw']): ?> + <?php if (isset($_['wrongpw'])): ?> <div class="warning"><?php p($l->t('The password is wrong. Try again.')); ?></div> <?php endif; ?> <p class="infield"> |