Fix arguments

This commit is contained in:
Romain Neutron
2012-05-24 15:02:38 +02:00
parent 03aae8a68b
commit 35a91bec8e

View File

@@ -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);