mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-22 05:49:03 +01:00
Avoid some warnings
This commit is contained in:
parent
04f4a327c2
commit
98d5e86121
@ -581,6 +581,7 @@ class Widget
|
|||||||
unset($attrs['type']);
|
unset($attrs['type']);
|
||||||
foreach($attrs as $name => &$value)
|
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']);
|
$value = self::expand_name($value,$expand['c'], $expand['row'], $expand['c_'], $expand['row_'], $expand['cont']);
|
||||||
}
|
}
|
||||||
if($attrs['attributes'])
|
if($attrs['attributes'])
|
||||||
|
Loading…
Reference in New Issue
Block a user