fix: [Training] host org fixed

pull/4411/head
iglocska 2019-04-02 11:08:00 +02:00
parent ca3d23dbe1
commit 456fdc9a8a
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ class TrainingShell extends AppShell {
"pull" => 1,
"remote_org_id" => $sync_user['org_id'],
"self_signed" => 1,
"org_id" => $host_org_id_on_local
"org_id" => Configure::read('MISP.host_org_id')
);
$result = $this->Server->save($server);
if (!$result) {