forked from extern/egroupware
Fix setting of phpgw_info flags
This commit is contained in:
parent
c1d57c05a2
commit
b4b16f76be
@ -27,11 +27,9 @@
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
$phpgw_info['flags'] = array(
|
$phpgw_info['flags']['currentapp'] = 'addressbook';
|
||||||
'currentapp' => 'addressbook',
|
$phpgw_info['flags']['enable_contacts_class'] = True;
|
||||||
'enable_contacts_class' => True,
|
$phpgw_info['flags']['enable_browser_class'] = True;
|
||||||
'enable_browser_class' => True
|
|
||||||
);
|
|
||||||
include('../header.inc.php');
|
include('../header.inc.php');
|
||||||
|
|
||||||
$sep = SEP;
|
$sep = SEP;
|
||||||
|
Loading…
Reference in New Issue
Block a user