From 2610448e79c58d5b2eceeaa9935d68b43cb0ec27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Andr=C3=A9s?= Date: Thu, 15 Jun 2023 10:06:28 +0200 Subject: [PATCH] =?UTF-8?q?hotfix=20Ticket=20#097414=20traducci=C3=B3n=20m?= =?UTF-8?q?ensajes=20de=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rest/core/query.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest/core/query.php b/rest/core/query.php index 93f240a3..4d398e93 100644 --- a/rest/core/query.php +++ b/rest/core/query.php @@ -38,7 +38,7 @@ class Query extends Vn\Web\JsonRequest { if ($db->checkWarnings() &&($result = $db->query('SHOW WARNINGS'))) { $sql = 'SELECT `description`, @warn `code` - FROM `messageL10n` WHERE `code` = @warn'; + FROM `message` WHERE `code` = @warn'; while ($row = $result->fetch_object()) { if ($row->Code == 1265