DOCSYSTEM Quite los error_logs

Quite	los error_logs
This commit is contained in:
Brayan Osmar Pereyra Suxo
2013-05-08 12:49:58 -04:00
parent 18bd85b69b
commit ba423ab675

View File

@@ -294,6 +294,7 @@ class Translation extends BaseTranslation
if (! is_dir( dirname( $cacheFileJS ) )) {
G::mk_dir( dirname( $cacheFileJS ) );
}
$f = fopen( $cacheFile, 'w+' );
fwrite( $f, "<?php\n" );
fwrite( $f, '$translation' . $plugin . ' =' . 'unserialize(\'' . addcslashes( serialize( $translation ), '\\\'' ) . "');\n" );