fix: Fixed the mixbox version lookup

pull/2264/head
iglocska 2017-06-14 11:32:12 +02:00
parent 1db9f8c074
commit b952335711
1 changed files with 1 additions and 1 deletions

View File

@ -2914,7 +2914,7 @@ class Server extends AppModel {
return $readableFiles;
}
public function stixDiagnostics(&$diagnostic_errors, &$stixVersion, &$cyboxVersion) {
public function stixDiagnostics(&$diagnostic_errors, &$stixVersion, &$cyboxVersion, &$mixboxVersion) {
$result = array();
$expected = array('stix' => '1.1.1.4', 'cybox' => '2.1.0.12', 'mixbox' => '1.0.2');
// check if the STIX and Cybox libraries are working using the test script stixtest.py