mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
stop filling up the logs with: explode() expects parameter 2 to be string
This commit is contained in:
parent
fc93bfde26
commit
f05b7dd43e
@ -75,8 +75,9 @@ class historylog_widget
|
||||
list($type,$options) = explode(':',$type,2);
|
||||
}
|
||||
// For all select-cats, show missing entries as IDs
|
||||
if($type == 'select-cat') {
|
||||
list($rows,$type1,$type2,$type3,$type4,$type5,$type6) = explode(',',(array)$options);
|
||||
if($type == 'select-cat')
|
||||
{
|
||||
list($rows,$type1,$type2,$type3,$type4,$type5,$type6) = explode(',',$options);
|
||||
$type6 = true;
|
||||
$options = implode(',',array($rows,$type1,$type2,$type3,$type4,$type5,$type6));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user