summaryrefslogtreecommitdiff
path: root/databases/phpldapadmin/patches/patch-lib_SelectionAttribute.php
blob: 1c7baf7657880f1dee603a8835c6767a6d061f2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-lib_SelectionAttribute.php,v 1.1 2022/04/16 03:11:28 khorben Exp $

--- lib/SelectionAttribute.php.orig	2012-10-01 06:54:14.000000000 +0000
+++ lib/SelectionAttribute.php
@@ -12,7 +12,7 @@
  * @package phpLDAPadmin
  * @subpackage Templates
  */
-class SelectionAttribute extends Attribute {
+class SelectionAttribute extends PLAAttribute {
 	protected $selection = array();
 	protected $multiple;
 	protected $default;