diff options
author | Morris Jobke <hey@morrisjobke.de> | 2014-06-14 15:26:27 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2014-06-14 15:26:27 +0200 |
commit | 06ec82fd683bfd30cc17fdbdd93c05b4b2dd655f (patch) | |
tree | 7e25d536801b01f5fc9dd51f201e8f2e57087fb9 /apps/files_sharing/templates | |
parent | fc9787ed64c9695d0b7ba98ec63590326b472813 (diff) | |
download | nextcloud-server-06ec82fd683bfd30cc17fdbdd93c05b4b2dd655f.tar.gz nextcloud-server-06ec82fd683bfd30cc17fdbdd93c05b4b2dd655f.zip |
Fix path
Diffstat (limited to 'apps/files_sharing/templates')
-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 297f8910be0..0c4ac6ca445 100644 --- a/apps/files_sharing/templates/authenticate.php +++ b/apps/files_sharing/templates/authenticate.php @@ -12,7 +12,7 @@ placeholder="<?php p($l->t('Password')); ?>" value="" autocomplete="off" autocapitalize="off" autocorrect="off" autofocus /> - <img class="svg" id="password-icon" src="/master/core/img/actions/password.svg" alt=""> + <img class="svg" id="password-icon" src="<?php print_unescaped(image_path('', 'actions/password.svg')); ?>" alt=""/> <input type="submit" value="" class="svg icon-confirm" /> </p> </fieldset> |