mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-04 12:30:04 +01:00
parent_id got lost if addressbook/project-selection was called during creation of a sub
This commit is contained in:
parent
a9b98c403d
commit
797ad8d151
@ -676,7 +676,8 @@
|
|||||||
$phpgw->common->phpgw_exit();
|
$phpgw->common->phpgw_exit();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$id_parent = $this->data['info_id_parent'];
|
if (!$id_parent)
|
||||||
|
$id_parent = $this->data['info_id_parent'];
|
||||||
|
|
||||||
$common_hidden_vars = $html->input_hidden( $hidden_vars + array(
|
$common_hidden_vars = $html->input_hidden( $hidden_vars + array(
|
||||||
'info_id' => $info_id,
|
'info_id' => $info_id,
|
||||||
|
Loading…
Reference in New Issue
Block a user