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