Skip to content

Commit

Permalink
QA: #5147 - Misqueue on one format character
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWitness committed Jan 7, 2023
1 parent da8392a commit bd474cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/global_languages.php
Expand Up @@ -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 */
Expand Down

0 comments on commit bd474cd

Please sign in to comment.