#680454 by Amitaibu: Initalize variable in _options_properties().
parent
d5bd559cc5
commit
00b27f694a
|
@ -155,6 +155,8 @@ function _options_properties($type, $multiple, $required) {
|
|||
'optgroups' => FALSE,
|
||||
);
|
||||
|
||||
$properties = array();
|
||||
|
||||
switch ($type) {
|
||||
case 'select':
|
||||
$properties = array(
|
||||
|
|
Loading…
Reference in New Issue