diff --git a/app/Console/Command/JobShell.php b/app/Console/Command/JobShell.php index 8c74fd2a2..f03e5f5f2 100644 --- a/app/Console/Command/JobShell.php +++ b/app/Console/Command/JobShell.php @@ -345,6 +345,9 @@ function main() { $this->out(_txt('er.lock', array($e->getMessage())), 1, Shell::QUIET); return; } + + // Load localizations + $this->CoLocalization->load($this->params['coid']); $this->dispatch($command, $this->params);