diff options
Diffstat (limited to 'net/phpldapadmin/files/patch-lib_Attribute.php')
-rw-r--r-- | net/phpldapadmin/files/patch-lib_Attribute.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/phpldapadmin/files/patch-lib_Attribute.php b/net/phpldapadmin/files/patch-lib_Attribute.php new file mode 100644 index 000000000000..52a760568e4b --- /dev/null +++ b/net/phpldapadmin/files/patch-lib_Attribute.php @@ -0,0 +1,11 @@ +--- lib/Attribute.php.orig 2021-12-12 02:35:51 UTC ++++ lib/Attribute.php +@@ -12,7 +12,7 @@ + * @package phpLDAPadmin + * @subpackage Templates + */ +-class Attribute { ++class PLAAttribute { + # Attribute Name + public $name; + # Source of this attribute definition |