From a9c2430bd9f97ff6bfcc2daf9a791f549a1d2f9b Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Sun, 6 Mar 2022 22:40:55 -0600 Subject: net/phpldapadmin: Fix runtime with php80 - Pet portclippy/portfmt PR: 261990 Reported by: ohartmann@walstatt.org Approved by: ports@bsdserwis.com (maintainer) Sponsored by: Bounce Experts --- net/phpldapadmin/files/patch-lib_BinaryAttribute.php | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/phpldapadmin/files/patch-lib_BinaryAttribute.php (limited to 'net/phpldapadmin/files/patch-lib_BinaryAttribute.php') 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; + -- cgit v1.2.3