mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 12:33:26 +00:00
Fix build
This commit is contained in:
@@ -718,7 +718,9 @@ abstract class task_abstract
|
||||
|
||||
$tid = $appbox->get_connection()->lastInsertId();
|
||||
|
||||
return new $class_name($tid);
|
||||
$core = \bootstrap::getCore();
|
||||
|
||||
return new $class_name($tid, $core['monolog']);
|
||||
}
|
||||
|
||||
public function getUsage()
|
||||
|
Reference in New Issue
Block a user