From 06ec82fd683bfd30cc17fdbdd93c05b4b2dd655f Mon Sep 17 00:00:00 2001
From: Morris Jobke <hey@morrisjobke.de>
Date: Sat, 14 Jun 2014 15:26:27 +0200
Subject: [PATCH] Fix path

---
 apps/files_sharing/templates/authenticate.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/files_sharing/templates/authenticate.php b/apps/files_sharing/templates/authenticate.php
index 297f8910be..0c4ac6ca44 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>
-- 
GitLab