DOCSYSTEM .po creation fixed

This commit is contained in:
Marcelo Heredia Aguilar
2013-03-15 20:47:42 +00:00
parent df5951a8d3
commit 9606a37f9e

View File

@@ -230,7 +230,7 @@ class Translation extends BaseTranslation
*/
public function generateFileTranslationPlugin ($plugin, $languageId = '')
{
if (!file_exists(PATH_PLUGINS . $plugin . 'translations' . PATH_SEP . 'translation.php')) {
if (!file_exists(PATH_PLUGINS . $plugin . PATH_SEP . 'translations' . PATH_SEP . 'translation.php')) {
return;
}