mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-19 07:53:14 +00:00
Fix arguments
This commit is contained in:
@@ -85,7 +85,7 @@ class task_manager
|
|||||||
$logger = $core['monolog'];
|
$logger = $core['monolog'];
|
||||||
}
|
}
|
||||||
|
|
||||||
$tasks = $this->getTasks($logger);
|
$tasks = $this->getTasks(false, $logger);
|
||||||
|
|
||||||
if ( ! isset($tasks[$task_id])) {
|
if ( ! isset($tasks[$task_id])) {
|
||||||
throw new Exception_NotFound('Unknown task_id ' . $task_id);
|
throw new Exception_NotFound('Unknown task_id ' . $task_id);
|
||||||
|
Reference in New Issue
Block a user