This commit is contained in:
Rémi Gaillard
2013-11-12 16:25:13 +01:00
parent f0f3679cbd
commit b5eb7c5c28
+2 -1
View File
@@ -138,7 +138,8 @@ class InstallLanguages
$args[0] = $translation;
if(count($args) > 1)
return call_user_func_array('sprintf', $args);
else return $translation;
else
return $translation;
}
/**