mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
give values to process_exec in non_interactive mode
This commit is contained in:
parent
f53c68f94d
commit
afd1f27221
@ -843,7 +843,7 @@ class uiforms extends uical
|
||||
{
|
||||
unset($_GET['non_interactive']); // prevent process_exec <--> edit loops
|
||||
$content['button']['save'] = true;
|
||||
$this->process_edit($content);
|
||||
$this->process_edit(array_merge($content,$preserv));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user