mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 20:49:08 +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();
|
$phpgw_info = array();
|
||||||
|
|
||||||
if ($delete_account || !$account_id)
|
if ($delete_account || $cancel || !$account_id )
|
||||||
{
|
{
|
||||||
$phpgw_info['flags'] = array(
|
$phpgw_info['flags'] = array(
|
||||||
'noheader' => True,
|
'noheader' => True,
|
||||||
|
Loading…
Reference in New Issue
Block a user