Avoid some warnings

This commit is contained in:
nathangray 2021-02-05 08:57:48 -07:00
parent 04f4a327c2
commit 98d5e86121

View File

@ -581,6 +581,7 @@ class Widget
unset($attrs['type']);
foreach($attrs as $name => &$value)
{
if(!is_string($value)) continue;
$value = self::expand_name($value,$expand['c'], $expand['row'], $expand['c_'], $expand['row_'], $expand['cont']);
}
if($attrs['attributes'])