mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
set noheader also if form action is cancelled
This commit is contained in:
parent
bda51d1136
commit
d7042decb9
@ -13,7 +13,7 @@
|
||||
|
||||
$phpgw_info = array();
|
||||
|
||||
if ($delete_account || !$account_id)
|
||||
if ($delete_account || $cancel || !$account_id )
|
||||
{
|
||||
$phpgw_info['flags'] = array(
|
||||
'noheader' => True,
|
||||
|
Loading…
Reference in New Issue
Block a user