hotfix Ticket #097414 traducción mensajes de error
gitea/hedera-web/pipeline/head This commit looks good
Details
gitea/hedera-web/pipeline/head This commit looks good
Details
This commit is contained in:
parent
9eba09ddf7
commit
2610448e79
|
@ -38,7 +38,7 @@ class Query extends Vn\Web\JsonRequest {
|
||||||
if ($db->checkWarnings()
|
if ($db->checkWarnings()
|
||||||
&&($result = $db->query('SHOW WARNINGS'))) {
|
&&($result = $db->query('SHOW WARNINGS'))) {
|
||||||
$sql = 'SELECT `description`, @warn `code`
|
$sql = 'SELECT `description`, @warn `code`
|
||||||
FROM `messageL10n` WHERE `code` = @warn';
|
FROM `message` WHERE `code` = @warn';
|
||||||
|
|
||||||
while ($row = $result->fetch_object()) {
|
while ($row = $result->fetch_object()) {
|
||||||
if ($row->Code == 1265
|
if ($row->Code == 1265
|
||||||
|
|
Loading…
Reference in New Issue