summaryrefslogtreecommitdiff
path: root/net/phpldapadmin/files/patch-lib_MultiLineAttribute.php
diff options
context:
space:
mode:
Diffstat (limited to 'net/phpldapadmin/files/patch-lib_MultiLineAttribute.php')
-rw-r--r--net/phpldapadmin/files/patch-lib_MultiLineAttribute.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/phpldapadmin/files/patch-lib_MultiLineAttribute.php b/net/phpldapadmin/files/patch-lib_MultiLineAttribute.php
new file mode 100644
index 000000000000..2005a47c1168
--- /dev/null
+++ b/net/phpldapadmin/files/patch-lib_MultiLineAttribute.php
@@ -0,0 +1,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;
+