/** * Handles executing the runonce files. */ public function handleRunOnce() { // Wait for the tables to be created (see #5061) if (!$this->hasTable('tl_log')) { return; } Backend::handleRunOnce(); }