Space in path not load language

This commit is contained in:
Nicolas GEHIN 2017-01-12 08:48:14 +01:00
parent dd3b8a1b48
commit e506d65915
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ if ( !class_exists('Puc_v4_UpdateChecker', false) ):
$path = realpath(dirname(__FILE__) . '/../../languages');
if ($path && file_exists($path)) {
load_textdomain($domain, $path . '/ ' . $moFile);
load_textdomain($domain, $path . '/' . $moFile);
}
}