Skip to content

Commit

Permalink
Fix standart
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfritsche committed Oct 2, 2020
1 parent 8815f48 commit 63a896b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/settings/templates/settings/admin/sharing.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@
<label for="onlyShareWithGroupMembers"><?php p($l->t('Restrict users to only share with users in their groups'));?></label><br/>
</p>
<p id="selectGlobalScopedGroups" class="indent <?php if (!$_['onlyShareWithGroupMembers'] || $_['shareAPIEnabled'] === 'no') {
p('hidden');
} ?>">
p('hidden');
}?>">
<input name="shareapi_global_scoped_group_list" type="hidden" id="globalScopedGroups" value="<?php p($_['shareGlobalScopedGroupList']) ?>" style="width: 400px" class="noJSAutoUpdate"/>
<br />
<em><?php p($l->t('Add exceptions: Groups that can always receive shares.')); ?></em>
Expand Down

0 comments on commit 63a896b

Please sign in to comment.