blob: 7bbd14ea5b12eb920c37e8b552d13cb0543219a3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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);
}
}
|