Merge #15901 - Fix #15795 - Broken link on "MySQL said"

Pull-request: #15901
Fixes: #15795

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2020-02-12 22:36:16 +01:00
commit 449755cd24
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -665,7 +665,7 @@ class Util
// Adds a link to MySQL documentation.
$error_msg .= '<p>' . "\n"
. ' <strong>' . __('MySQL said: ') . '</strong>'
. self::showMySQLDocu('Error-messages-server')
. self::showMySQLDocu('server-error-reference')
. "\n"
. '</p>' . "\n";