Update sharing.php

This commit is contained in:
Xavierando 2022-07-28 18:03:22 +02:00 committed by backportbot-nextcloud[bot]
parent 618bbe7d5c
commit 820df13c5c

View file

@ -130,8 +130,6 @@
</div>
<?php } ?>
<input type="checkbox" name="shareapi_default_expire_date" id="shareapiDefaultExpireDate" class="checkbox" value="1" <?php if ($_['shareDefaultExpireDateSet'] === 'yes') { print_unescaped('checked="checked"'); } ?> />
<input type="checkbox" name="shareapi_default_expire_date" id="shareapiDefaultExpireDate" class="checkbox"
value="1" <?php if ($_['shareDefaultExpireDateSet'] === 'yes') {
print_unescaped('checked="checked"');