forked from extern/egroupware
Just to ensure that the initial Template object is not created
This commit is contained in:
parent
cd9bd77b91
commit
4dfab4ca47
@ -17,7 +17,7 @@
|
|||||||
$submit = False; // set to some initial value
|
$submit = False; // set to some initial value
|
||||||
|
|
||||||
$GLOBALS['phpgw_info']['flags'] = array(
|
$GLOBALS['phpgw_info']['flags'] = array(
|
||||||
'disable_template_class' => True,
|
'disable_Template_class' => True,
|
||||||
'login' => True,
|
'login' => True,
|
||||||
'currentapp' => 'login',
|
'currentapp' => 'login',
|
||||||
'noheader' => True
|
'noheader' => True
|
||||||
|
Loading…
Reference in New Issue
Block a user