diff options
author | Ronald Klop <ronald@FreeBSD.org> | 2022-12-14 16:57:23 +0100 |
---|---|---|
committer | Ronald Klop <ronald@FreeBSD.org> | 2022-12-16 17:30:43 +0100 |
commit | 5765ec9382b822381ab6de329704b94ba31f85fb (patch) | |
tree | 616ef3b68ba286df6372511bd5555cd8400039c0 /net/phpldapadmin/files/patch-lib_SelectionAttribute.php | |
parent | sysutils/k9s: Update to 0.26.7 (diff) |
net/phpldapadmin: update to 1.2.6.4
This includes all the fixes for php81+.
Changes: https://github.com/leenooks/phpLDAPadmin/compare/1.2.6.3...1.2.6.4
PR: 268349
Approved by: rene (mentor)
Differential Revision: https://reviews.freebsd.org/D37700
Diffstat (limited to 'net/phpldapadmin/files/patch-lib_SelectionAttribute.php')
-rw-r--r-- | net/phpldapadmin/files/patch-lib_SelectionAttribute.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/phpldapadmin/files/patch-lib_SelectionAttribute.php b/net/phpldapadmin/files/patch-lib_SelectionAttribute.php deleted file mode 100644 index 928c07a9fdca..000000000000 --- a/net/phpldapadmin/files/patch-lib_SelectionAttribute.php +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/SelectionAttribute.php.orig 2021-12-12 02:35:51 UTC -+++ lib/SelectionAttribute.php -@@ -12,7 +12,7 @@ - * @package phpLDAPadmin - * @subpackage Templates - */ --class SelectionAttribute extends Attribute { -+class SelectionAttribute extends PLAAttribute { - protected $selection = array(); - protected $multiple; - protected $default; |