Skip to content

Commit

Permalink
Merge pull request #33396 from Xavierando/#33036-Set-default-expirati…
Browse files Browse the repository at this point in the history
…on-date-(shareapiDefaultExpireDate)

#33036 [Bug]: Set default expiration date
  • Loading branch information
PVince81 authored Sep 1, 2022
2 parents 199d9e5 + 3a4c194 commit af29b97
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/settings/templates/settings/admin/sharing.php
Original file line number Diff line number Diff line change
Expand Up @@ -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"');
Expand Down

0 comments on commit af29b97

Please sign in to comment.