mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +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)
|
if ($this->hash_only)
|
||||||
{
|
{
|
||||||
$data = array(
|
$data = array(
|
||||||
'remote_hash' => $data['remote_hash'],
|
'remote_hash' => $data['remote_hash'],
|
||||||
'webserver_url' => $data['webserver_url'],
|
'webserver_url' => $data['webserver_url'],
|
||||||
|
'install_id' => $data['install_id'],
|
||||||
)+($data['error'] ? array(
|
)+($data['error'] ? array(
|
||||||
'error' => $data['error'],
|
'error' => $data['error'],
|
||||||
) : array());
|
) : array());
|
||||||
|
Loading…
Reference in New Issue
Block a user