@@ -10,7 +10,10 @@ |
||
10 | 10 | <em><?php p($l->t('Send a personalized link to a file or folder by mail.')); ?></em> |
11 | 11 | |
12 | 12 | <p> |
13 | - <input id="sendPasswordMail" type="checkbox" class="checkbox" <?php if($_['sendPasswordMail']) p('checked'); ?> /> |
|
13 | + <input id="sendPasswordMail" type="checkbox" class="checkbox" <?php if($_['sendPasswordMail']) { |
|
14 | + p('checked'); |
|
15 | +} |
|
16 | +?> /> |
|
14 | 17 | <label for="sendPasswordMail"><?php p($l->t('Send password by mail')); ?></label> |
15 | 18 | </p> |
16 | 19 |
@@ -36,7 +36,6 @@ |
||
36 | 36 | use OCP\Files\IRootFolder; |
37 | 37 | use OCP\Files\Mount\IMountManager; |
38 | 38 | use OCP\Files\Node; |
39 | -use OCP\Files\NotFoundException; |
|
40 | 39 | use OCP\IConfig; |
41 | 40 | use OCP\IGroupManager; |
42 | 41 | use OCP\IL10N; |