diff --git a/source/php/BrokenLinkRegistry/Registry/ManageRegistry.php b/source/php/BrokenLinkRegistry/Registry/ManageRegistry.php index eb8068b..9fede57 100644 --- a/source/php/BrokenLinkRegistry/Registry/ManageRegistry.php +++ b/source/php/BrokenLinkRegistry/Registry/ManageRegistry.php @@ -61,7 +61,7 @@ private function updateLink(Link $link): void { $httpCode = $link->classification?->getHttpCode() ?? null; - $x = $this->db->getInstance()->update( + $this->db->getInstance()->update( $this->db->getInstance()->prefix . $this->config->getTableName(), array( 'http_code' => $httpCode,