[Pkg-owncloud-commits] [owncloud] 137/223: Fix path

David Prévot taffit at moszumanska.debian.org
Sun Jun 22 01:54:16 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 06ec82fd683bfd30cc17fdbdd93c05b4b2dd655f
Author: Morris Jobke <hey at morrisjobke.de>
Date:   Sat Jun 14 15:26:27 2014 +0200

    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 297f891..0c4ac6c 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>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list