summaryrefslogtreecommitdiff
path: root/net/phpldapadmin/files/patch-lib_GidAttribute.php
blob: 0f13a12edca66f38faed21c31de75d142e4ced37 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- lib/GidAttribute.php.orig	2021-12-12 02:35:51 UTC
+++ lib/GidAttribute.php
@@ -12,6 +12,6 @@
  * @package phpLDAPadmin
  * @subpackage Templates
  */
-class GidAttribute extends Attribute {
+class GidAttribute extends PLAAttribute {
 }
 ?>