Adicion de error_log para debugear

This commit is contained in:
Brayan Osmar Pereyra Suxo
2013-09-25 15:00:10 -04:00
parent 39ff9390e7
commit 07b0fa3393

View File

@@ -1427,6 +1427,7 @@ class PMPluginRegistry
public function verifyTranslation ($namePlugin)
{
error_log("TRADUCCION--- PLUGIN=>" . $namePlugin . '--- IDIOMA=>' . SYS_LANG);
$language = new Language();
$pathPluginTranslations = PATH_PLUGINS . $namePlugin . PATH_SEP . 'translations' . PATH_SEP;
if (file_exists($pathPluginTranslations . 'translations.php')) {