1
0
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:
Cameron
2016-03-13 01:16:37 -08:00
parent 3f6fe6cd85
commit 0655cb96fd
3 changed files with 16 additions and 4 deletions

View File

@@ -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))