mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-21 02:18:28 +02:00
Remove debug error message
This commit is contained in:
parent
cc3754ff85
commit
bbd146c0b9
@ -397,7 +397,6 @@ class etemplate_widget_menupopup extends etemplate_widget
|
|||||||
$categories = new categories($type5,$type3);
|
$categories = new categories($type5,$type3);
|
||||||
}
|
}
|
||||||
// Allow text for global
|
// 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
|
// 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)
|
foreach((array)$categories->return_sorted_array(0,False,'','','',$type,(int)$type4,true) as $cat)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user