mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 19:44:09 +02:00
PHP Notice Removal
This commit is contained in:
@@ -2063,6 +2063,11 @@ class e_form
|
||||
|
||||
$text = '';
|
||||
|
||||
if(empty($option_array))
|
||||
{
|
||||
return $this->option('','');
|
||||
}
|
||||
|
||||
foreach ($option_array as $value => $label)
|
||||
{
|
||||
if(is_array($label))
|
||||
|
Reference in New Issue
Block a user