Skip to content

Commit

Permalink
//Merge controllers/admin/AdminTranslationsController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
vAugagneur committed Dec 28, 2012
1 parent aae9aa8 commit ef46d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/admin/AdminTranslationsController.php
Expand Up @@ -659,8 +659,8 @@ public function submitImportLang()
elseif (!preg_match('@^[0-9a-z-_/\\\\]+\.(html|tpl|txt)$@i', $file2check['filename']))
$this->errors[] = sprintf(Tools::displayError('Unidentified file found: %s'), $file2check['filename']);
}
Tools::deleteDirectory($sandbox, true);
}
Tools::deleteDirectory($sandbox, true);

if (count($this->errors))
return false;
Expand Down

0 comments on commit ef46d41

Please sign in to comment.