mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 14:33:14 +00:00
Add HTML5 features
This commit is contained in:
4
lib/classes/module/console/taskrun.class.php
Executable file → Normal file
4
lib/classes/module/console/taskrun.class.php
Executable file → Normal file
@@ -97,7 +97,9 @@ class module_console_taskrun extends Command
|
||||
}
|
||||
}
|
||||
|
||||
$logger = new Logger('Task logger');
|
||||
$core = \bootstrap::getCore();
|
||||
|
||||
$logger = $core['monolog'];
|
||||
|
||||
if ($input->getOption('verbose')) {
|
||||
$handler = new Handler\StreamHandler(fopen('php://stdout', 'a'));
|
||||
|
Reference in New Issue
Block a user