diff options
| -rw-r--r-- | phpBB/phpbb/user.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/phpBB/phpbb/user.php b/phpBB/phpbb/user.php index 882e9cef26..3bc1af2899 100644 --- a/phpBB/phpbb/user.php +++ b/phpBB/phpbb/user.php @@ -637,7 +637,7 @@ class user extends \phpbb\session  				$lang_path = $this->lang_path;  			} -			if (strpos($phpbb_root_path . $filename, $lang_path . $this->lang_name . '/') === 0) +			if (strpos($phpbb_root_path . $filename, $lang_path) === 0)  			{  				$language_filename = $phpbb_root_path . $filename;  			} | 
