Skip to content

Commit

Permalink
Correct small typo for #1626
Browse files Browse the repository at this point in the history
  • Loading branch information
cigamit committed May 11, 2018
1 parent e17e10e commit b66a4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/global_languages.php
Expand Up @@ -62,7 +62,7 @@
$cacti_locale_set = false;

/* look up for user customized language setting stored in Cacti DB */
$user_local = read_user_i18n_setting('user_language');
$user_locale = read_user_i18n_setting('user_language');
if ($user_locale != '') {
$user_locale = repair_locale($user_locale);

Expand Down

0 comments on commit b66a4d1

Please sign in to comment.