mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
renames to camelcase
This commit is contained in:
@@ -56,7 +56,7 @@ class module_console_schedulerState extends Command
|
||||
$appbox = appbox::get_instance(\bootstrap::getCore());
|
||||
$task_manager = new task_manager($appbox);
|
||||
|
||||
$state = $task_manager->get_scheduler_state();
|
||||
$state = $task_manager->getSchedulerState();
|
||||
|
||||
if ($state['status'] == 'started') {
|
||||
$output->writeln(sprintf(
|
||||
|
Reference in New Issue
Block a user