summaryrefslogtreecommitdiff
path: root/net/phpldapadmin/files/patch-lib_ShadowAttribute.php
blob: dfa105b1c6802db545dd28c0c670dfdfe5b97f11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- lib/ShadowAttribute.php.orig	2021-12-12 02:35:51 UTC
+++ lib/ShadowAttribute.php
@@ -12,7 +12,7 @@
  * @package phpLDAPadmin
  * @subpackage Templates
  */
-class ShadowAttribute extends Attribute {
+class ShadowAttribute extends PLAAttribute {
 	public $shadow_before_today_attrs = array('shadowLastChange','shadowMin');
 	public $shadow_after_today_attrs = array('shadowMax','shadowExpire','shadowWarning','shadowInactive');
 }