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