fix: [UI] Pass the server ID to the view for the menu's consistency

pull/4438/head
iglocska 2019-02-23 12:54:54 +01:00
parent 3718a89b9a
commit 373c8a5c4f
1 changed files with 1 additions and 0 deletions

View File

@ -574,6 +574,7 @@ class ServersController extends AppController
}
$this->set('allTags', $allTags);
$this->set('server', $s);
$this->set('id', $id);
$this->set('host_org_id', Configure::read('MISP.host_org_id'));
}
}