opnsense-ports/net/phpldapadmin/files/patch-lib_DnAttribute.php
Franco Fichtner 2bf174870b */*: sync with upstream
Taken from: FreeBSD
2022-03-10 14:43:32 +01:00

10 lines
240 B
PHP

--- lib/DnAttribute.php.orig 2021-12-12 02:35:51 UTC
+++ lib/DnAttribute.php
@@ -12,6 +12,6 @@
* @package phpLDAPadmin
* @subpackage Templates
*/
-class DnAttribute extends Attribute {
+class DnAttribute extends PLAAttribute {
}
?>