PluginProbe
WebTotem Security / 2.3.24
WebTotem Security v2.3.24
3.0.2 3.0.1 3.0.0 trunk 1.0 1.1 1.2 1.3 1.3.1 1.3.2 1.3.3 2.0 2.1 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.1 2.2.2 2.2.3 All 110 releases
← All changes | library/Localization.php +1 -1 2.1.72.3.24 View file →
@@ -5,9 +5,9 @@
5 5 {
6 6
7 7 public static function lmsg($lmsg,$values = []){
8 8 $default = 'en_US';
9 - $lang = get_locale();
9 + $lang = get_locale();
10 10 $path = self::getPath($lang);
11 11 $messages = [];
12 12 if(is_file($path)){
13 13 include $path;