From bd474cd80cc113bd69ddd746a0038d4bf88f9d71 Mon Sep 17 00:00:00 2001 From: TheWitness Date: Sat, 7 Jan 2023 14:05:01 -0500 Subject: [PATCH] QA: #5147 - Misqueue on one format character --- include/global_languages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/global_languages.php b/include/global_languages.php index abf016654..ae7f9fad2 100644 --- a/include/global_languages.php +++ b/include/global_languages.php @@ -520,7 +520,7 @@ function __() { $args[0] = __gettext($args[0]); } - $valid_args = array('%%', '%b', '%c', '%d', '%e', '%E', '%f', '%F', '%g', '%G', '%h', '%H', '%o', '%s', '%u', '%x', 'X'); + $valid_args = array('%%', '%b', '%c', '%d', '%e', '%E', '%f', '%F', '%g', '%G', '%h', '%H', '%o', '%s', '%u', '%x', '%X'); if (array_search($args[0], $valid_args) !== false) { /* process return string against input arguments */