diff --git a/Setup.php b/Setup.php index 371163e..5316950 100644 --- a/Setup.php +++ b/Setup.php @@ -635,6 +635,11 @@ protected function rebuildXFMGContentLastComment( int $perPage = 1000 ) { + if (!$this->tableExists($tableName)) + { + return true; + } + $position = !empty($stepParams[0]) ? $stepParams[0] : 0; $db = $this->db();