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