mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-22 13:58:40 +01:00
Remove debug error message
This commit is contained in:
parent
cc3754ff85
commit
bbd146c0b9
@ -397,8 +397,7 @@ class etemplate_widget_menupopup extends etemplate_widget
|
||||
$categories = new categories($type5,$type3);
|
||||
}
|
||||
// Allow text for global
|
||||
error_log("Type: " .$type);
|
||||
$type = ($type && strlen($type) > 1 ? $type : !$type);
|
||||
$type = ($type && strlen($type) > 1 ? $type : !$type);
|
||||
// we cast $type4 (parent) to int, to get default of 0 if omitted
|
||||
foreach((array)$categories->return_sorted_array(0,False,'','','',$type,(int)$type4,true) as $cat)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user