X-Git-Url: https://git.heureux-cyclage.org/index.php?a=blobdiff_plain;f=maintenance%2FrunJobs.php;h=6abfb66bf3a32662e12a3580014f90349c4c79bb;hb=b767edc892b81c3be688b9f4a4004433e9c5132c;hp=40605cebaed736cc0df12a56452eb4f782033d30;hpb=a8b5e408bf8df6a02d18c70ad22ec14f2333abd4;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/runJobs.php b/maintenance/runJobs.php index 40605cebae..6abfb66bf3 100644 --- a/maintenance/runJobs.php +++ b/maintenance/runJobs.php @@ -68,7 +68,7 @@ class RunJobs extends Maintenance { $json = ( $this->getOption( 'result' ) === 'json' ); - $runner = new JobRunner(); + $runner = new JobRunner( MWLoggerFactory::getInstance( 'runJobs' ) ); if ( !$json ) { $runner->setDebugHandler( array( $this, 'debugInternal' ) ); }