aboutsummaryrefslogtreecommitdiff
path: root/net/phpldapadmin/files/patch-lib_DnAttribute.php
blob: 313ba2e56e6e5f9cacac8fdff955ce8e20dbac27 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- 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 {
 }
 ?>