summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@owncloud.com>2013-07-19 02:19:14 +0200
committerAndreas Fischer <bantu@owncloud.com>2013-07-19 02:19:14 +0200
commit2c38c2a70e632bfc5ccefb010c35afadb9b95580 (patch)
treeda5a4b0cb33efed4fb9eef22ed057dc440603a6a /apps/files_sharing
parent084cf0c202c2430938f5c061d8e8616dda10e2df (diff)
parent6c868a9b5c959809713b041113b02313e010dfd5 (diff)
downloadnextcloud-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.php2
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">