diff options
Diffstat (limited to 'net/phpldapadmin/files/patch-lib_AttributeFactory.php')
-rw-r--r-- | net/phpldapadmin/files/patch-lib_AttributeFactory.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/phpldapadmin/files/patch-lib_AttributeFactory.php b/net/phpldapadmin/files/patch-lib_AttributeFactory.php new file mode 100644 index 000000000000..7bbd14ea5b12 --- /dev/null +++ b/net/phpldapadmin/files/patch-lib_AttributeFactory.php @@ -0,0 +1,11 @@ +--- lib/AttributeFactory.php.orig 2021-12-12 02:35:51 UTC ++++ lib/AttributeFactory.php +@@ -133,7 +133,7 @@ class AttributeFactory { + return $this->newGidAttribute($name,$values,$server_id,$source); + + } else { +- return new Attribute($name,$values,$server_id,$source); ++ return new PLAAttribute($name,$values,$server_id,$source); + } + } + |