@@ -52,7 +52,10 @@ |
||
| 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> |