Merge branch '2.4' of https://github.com/MISP/MISP into add_attribute

pull/5470/head
chrisr3d 2019-12-10 09:30:07 +01:00
commit 0b1dc2c13d
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ class ServerShell extends AppShell
$data = array(
'worker' => 'default',
'job_type' => 'cache_servers',
'job_input' => 'Server: ' . $id,
'job_input' => 'Server: ' . $scopeid,
'status' => 0,
'retries' => 0,
'org' => $user['Organisation']['name'],