mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-02 11:29:23 +01:00
silence error_log on wrong type
This commit is contained in:
parent
0c99b3045e
commit
18c0bd1c38
@ -473,7 +473,7 @@ class categories
|
||||
if (is_array($cat_list))
|
||||
{
|
||||
$cat_list = implode(',',$cat_list);
|
||||
error_log(__METHOD__.__LINE__.' string expected, array found for cat_list. Converted to:'.$cat_list);
|
||||
//error_log(__METHOD__.__LINE__.' string expected, array found for cat_list. Converted to:'.$cat_list);
|
||||
}
|
||||
$cat_arr = explode(',',$cat_list);
|
||||
if (!empty($cat_arr) && is_array($cat_arr) && count($cat_arr) > 0)
|
||||
|
Loading…
Reference in New Issue
Block a user