X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/f950bd1463ad57d9b27b6f1fbdadecb775ea2513..f55334d19ee35f6a163f574a54546449f7d44ca0:/lib/lang.php diff --git a/lib/lang.php b/lib/lang.php index 48e247c..bd7478c 100644 --- a/lib/lang.php +++ b/lib/lang.php @@ -1,7 +1,7 @@ + * Copyright (C) 2015 Jerome Jutteau * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -76,7 +76,7 @@ function t_in($string_id, $lang) { function t_get_raw_json($lang) { $filename = str_replace("-", "_", $lang); - if (preg_match('/[^A-Za-z_\w]/', $input)) { + if (preg_match('/[^A-Za-z_\w]/', $filename)) { return false; } $p = JIRAFEAU_ROOT . "lib/locales/$filename.json";