summaryrefslogtreecommitdiff
path: root/databases/phpldapadmin/patches/patch-lib_AttributeFactory.php
blob: 542f7aa53e4577cb9250bb9e71a70679e247b52b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-lib_AttributeFactory.php,v 1.1 2022/04/16 03:11:28 khorben Exp $

--- lib/AttributeFactory.php.orig	2012-10-01 06:54:14.000000000 +0000
+++ 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);
 		}
 	}