//added translation

This commit is contained in:
vAugagneur
2012-12-28 09:27:12 +01:00
parent 6e7b462317
commit 321eaa191b
399 changed files with 22809 additions and 21975 deletions
@@ -647,8 +647,6 @@ class AdminTranslationsControllerCore extends AdminController
{
foreach ($files_list as $file2check)
{
if (pathinfo($file2check['filename'], PATHINFO_BASENAME) == 'index.php')
continue;
if (preg_match('@^[0-9a-z-_/\\\\]+\.php$@i', $file2check['filename']))
{
if (!AdminTranslationsController::checkTranslationFile(file_get_contents($sandbox.$file2check['filename'])))