Skip to content

Commit

Permalink
Update lib/Constants.php
Browse files Browse the repository at this point in the history
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Chartman123 <chris-hartmann@gmx.de>
  • Loading branch information
Chartman123 and susnux authored Oct 11, 2024
1 parent 73e416d commit dc7df47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class Constants {
public const FORM_ACCESS_NOPUBLICSHARE = 0;
public const FORM_ACCESS_PERMITALLUSERS = 1;
public const FORM_ACCESS_SHOWTOALLUSERS = 2;
// still needed for Migrations
/** @deprecated 5.0.0 still needed for Migrations */
public const FORM_ACCESS_LEGACYLINK = 3;
public const FORM_ACCESS_ARRAY_PERMIT = [
self::FORM_ACCESS_PERMITALLUSERS,
Expand Down

0 comments on commit dc7df47

Please sign in to comment.