[Pkg-owncloud-commits] [owncloud] 66/122: fix label reference

David Prévot taffit at moszumanska.debian.org
Sat May 9 00:00:16 UTC 2015


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

taffit pushed a commit to branch stable8
in repository owncloud.

commit 624c25313e24f78cc8bf90a3c8be4c3bc4a9202d
Author: Morris Jobke <hey at morrisjobke.de>
Date:   Tue May 5 11:12:56 2015 +0200

    fix label reference
---
 settings/templates/admin.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/settings/templates/admin.php b/settings/templates/admin.php
index 7904c1d..638c3d7 100644
--- a/settings/templates/admin.php
+++ b/settings/templates/admin.php
@@ -323,7 +323,7 @@ if ($_['cronErrors']) {
 			   id="enableEncryption"
 			   value="1" <?php if ($_['encryptionEnabled']) print_unescaped('checked="checked" disabled="disabled"'); ?> />
 		<label
-			for="encryptionEnabled"><?php p($l->t('Enable server-side encryption')); ?> <span id="startmigration_msg" class="msg"></span> </label><br/>
+			for="enableEncryption"><?php p($l->t('Enable server-side encryption')); ?> <span id="startmigration_msg" class="msg"></span> </label><br/>
 	</p>
 
 	<div id="EncryptionWarning" class="warning hidden">

-- 
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