mirror of
https://github.com/e107inc/e107.git
synced 2025-08-25 15:31:41 +02:00
Issue #4299 - PHP8 compatibility fixes.
This commit is contained in:
@@ -437,7 +437,7 @@ class hero_form_ui extends e_admin_form_ui
|
||||
foreach($amt as $v)
|
||||
{
|
||||
$name = 'hero_bullets['.$v.']';
|
||||
$val = varset($value[$v]);
|
||||
$val = varset($value[$v], array());
|
||||
|
||||
$text .= "<tr>
|
||||
<td class='text-center'>".$this->glyphPicker($name.'[icon]', $val['icon'])."</td>
|
||||
|
Reference in New Issue
Block a user