summaryrefslogtreecommitdiff
path: root/net/phpldapadmin/files/patch-lib_MultiLineAttribute.php
blob: 2005a47c11683d2c3ca5c8855708dd4d4f2fc261 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- lib/MultiLineAttribute.php.orig	2021-12-12 02:35:51 UTC
+++ lib/MultiLineAttribute.php
@@ -12,7 +12,7 @@
  * @package phpLDAPadmin
  * @subpackage Templates
  */
-class MultiLineAttribute extends Attribute {
+class MultiLineAttribute extends PLAAttribute {
 	protected $rows = 0;
 	protected $cols = 0;