Completed
Push — master ( c9ad65...a1f8ac )
by Sander
02:25
created
templates/settings-admin.php 1 patch
Braces   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,10 @@
 block discarded – undo
52 52
 		<p>
53 53
 			<input type="checkbox" name="passman_sharing_enabled"
54 54
 				   id="passman_sharing_enabled" class="checkbox"
55
-				   value="1" <?php if ($_['user_sharing_enabled']) print_unescaped('checked="checked"'); ?> />
55
+				   value="1" <?php if ($_['user_sharing_enabled']) {
56
+	print_unescaped('checked="checked"');
57
+}
58
+?> />
56 59
 			<label for="passman_sharing_enabled">
57 60
 				<?php p($l->t('Allow users on this server to share passwords with other users')); ?>
58 61
 			</label>
Please login to merge, or discard this patch.