Merge pull request #1414 from cheloheredia/master

DOCSYSTEM .po creation fixed
This commit is contained in:
julceslauhub
2013-03-15 13:52:52 -07:00

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;
}