mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
Fix setting of phpgw_info flags
This commit is contained in:
parent
c1d57c05a2
commit
b4b16f76be
@ -27,11 +27,9 @@
|
||||
);
|
||||
}
|
||||
|
||||
$phpgw_info['flags'] = array(
|
||||
'currentapp' => 'addressbook',
|
||||
'enable_contacts_class' => True,
|
||||
'enable_browser_class' => True
|
||||
);
|
||||
$phpgw_info['flags']['currentapp'] = 'addressbook';
|
||||
$phpgw_info['flags']['enable_contacts_class'] = True;
|
||||
$phpgw_info['flags']['enable_browser_class'] = True;
|
||||
include('../header.inc.php');
|
||||
|
||||
$sep = SEP;
|
||||
|
Loading…
Reference in New Issue
Block a user