mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
returning install_id too
This commit is contained in:
parent
fa51e2caab
commit
ed4a2eabd0
@ -90,8 +90,9 @@ class setup_cmd_showheader extends setup_cmd
|
||||
if ($this->hash_only)
|
||||
{
|
||||
$data = array(
|
||||
'remote_hash' => $data['remote_hash'],
|
||||
'remote_hash' => $data['remote_hash'],
|
||||
'webserver_url' => $data['webserver_url'],
|
||||
'install_id' => $data['install_id'],
|
||||
)+($data['error'] ? array(
|
||||
'error' => $data['error'],
|
||||
) : array());
|
||||
|
Loading…
Reference in New Issue
Block a user