diff --git a/fp-includes/core/core.language.php b/fp-includes/core/core.language.php index 8248dc3..9f7c822 100644 --- a/fp-includes/core/core.language.php +++ b/fp-includes/core/core.language.php @@ -45,7 +45,7 @@ $dir = plugin_getdir($plugin); - $fpath = $dir . "lang/lang.{$fp_config['general']['lang']}{$path}.php"; + $fpath = $dir . "lang/lang.{$fp_config['locale']['lang']}{$path}.php"; $fallback = $dir . "lang/lang.".LANG_DEFAULT."{$path}.php"; }