fix: [exports] Fixed copy pasta fail breaking the cached exports

pull/4349/head
iglocska 2019-03-21 09:44:47 +01:00
parent e36d1f6704
commit 6cef13b8fa
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ class Job extends AppModel
$process_id = CakeResque::enqueue(
'cache',
$shell . 'Shell',
array('cachebro', $user['id'], $id, $type),
array('cache', $user['id'], $id, $type),
true
);
} elseif ($type === 'bro') {