diff options
Diffstat (limited to 'net/phpldapadmin/files/patch-lib_PasswordAttribute.php')
-rw-r--r-- | net/phpldapadmin/files/patch-lib_PasswordAttribute.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/phpldapadmin/files/patch-lib_PasswordAttribute.php b/net/phpldapadmin/files/patch-lib_PasswordAttribute.php new file mode 100644 index 000000000000..ccfc3ec419c6 --- /dev/null +++ b/net/phpldapadmin/files/patch-lib_PasswordAttribute.php @@ -0,0 +1,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 { + } + ?> |