blob: 928c07a9fdca6c5af3bf9fb499cac432250de247 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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;
|