mirror of https://github.com/MISP/MISP
fix: [UI] Wrong org id for galaxy matrix stats
parent
dede7f5f30
commit
d99a6d0ca4
|
@ -2124,7 +2124,7 @@ class UsersController extends AppController
|
|||
unset($organisations[$id]);
|
||||
}
|
||||
}
|
||||
$organisations = array_merge([0 => __('All')], $organisations);
|
||||
$organisations = [0 => __('All')] + $organisations;
|
||||
$this->set('organisations', $organisations);
|
||||
|
||||
if (isset($params['organisation']) && $params['organisation'] != 0) {
|
||||
|
|
Loading…
Reference in New Issue