diff options
Diffstat (limited to 'net/phpldapadmin/files/patch-lib_BinaryAttribute.php')
-rw-r--r-- | net/phpldapadmin/files/patch-lib_BinaryAttribute.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/phpldapadmin/files/patch-lib_BinaryAttribute.php b/net/phpldapadmin/files/patch-lib_BinaryAttribute.php new file mode 100644 index 000000000000..841994753df5 --- /dev/null +++ b/net/phpldapadmin/files/patch-lib_BinaryAttribute.php @@ -0,0 +1,11 @@ +--- lib/BinaryAttribute.php.orig 2021-12-12 02:35:51 UTC ++++ lib/BinaryAttribute.php +@@ -12,7 +12,7 @@ + * @package phpLDAPadmin + * @subpackage Templates + */ +-class BinaryAttribute extends Attribute { ++class BinaryAttribute extends PLAAttribute { + protected $filepaths; + protected $filenames; + |