diff --git a/inc/class-runner.php b/inc/class-runner.php index 386235c..8140efc 100644 --- a/inc/class-runner.php +++ b/inc/class-runner.php @@ -372,7 +372,9 @@ protected function check_workers() { */ $logger = $this->hooks->run( 'Runner.check_workers.logger', - new Logger( $this->db, $this->table_prefix ) + new Logger( $this->db, $this->table_prefix ), + $this->db, + $this->table_prefix ); // Clean up all of the finished workers