ports/net/phpldapadmin/files/patch-lib_schema__functions.php
Krzysztof 7e34c31b8b net/phpldapadmin: patch for php82
PR:		274674
MFH:		2023Q4
2023-10-27 02:32:57 -04:00

11 lines
373 B
PHP

--- lib/schema_functions.php.orig 2023-04-01 13:46:16 UTC
+++ lib/schema_functions.php
@@ -734,6 +734,8 @@ class AttributeType extends SchemaItem {
# This attribute has been forced a MAY attribute by the configuration.
private $forced_as_may = false;
+ private $is_obsolete;
+
/**
* Creates a new AttributeType object from a raw LDAP AttributeType string.
*/