mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Fix calendar category report throws error "Undefined constant active"
This commit is contained in:
parent
9ff7e3a22f
commit
85de53b2eb
@ -257,7 +257,7 @@ class calendar_category_report extends calendar_ui{
|
||||
{
|
||||
$button = @key($content['button']);
|
||||
$result = $categories = $content_rows = array ();
|
||||
$users = array_keys($GLOBALS['egw']->accounts->search(array('type'=>'accounts', active=>true)));
|
||||
$users = array_keys($GLOBALS['egw']->accounts->search(array('type'=>'accounts', 'active'=>true)));
|
||||
|
||||
// report button pressed
|
||||
if (!empty($button))
|
||||
|
Loading…
Reference in New Issue
Block a user