diff options
Diffstat (limited to 'net/phpldapadmin/files/patch-lib_SelectionAttribute.php')
-rw-r--r-- | net/phpldapadmin/files/patch-lib_SelectionAttribute.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/phpldapadmin/files/patch-lib_SelectionAttribute.php b/net/phpldapadmin/files/patch-lib_SelectionAttribute.php new file mode 100644 index 000000000000..928c07a9fdca --- /dev/null +++ b/net/phpldapadmin/files/patch-lib_SelectionAttribute.php @@ -0,0 +1,11 @@ +--- lib/SelectionAttribute.php.orig 2021-12-12 02:35:51 UTC ++++ 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; |