diff --git a/controllers/admin/AdminTranslationsController.php b/controllers/admin/AdminTranslationsController.php index 6a3f61e3d..20422c86e 100644 --- a/controllers/admin/AdminTranslationsController.php +++ b/controllers/admin/AdminTranslationsController.php @@ -719,7 +719,7 @@ class AdminTranslationsControllerCore extends AdminController @stream_context_create(array('http' => array('method' => 'GET', 'timeout' => 5))))) { $file = _PS_TRANSLATIONS_DIR_.$arr_import_lang[0].'.gzip'; - if ((bool)file_put_contents($file, $content)) + if ((bool)@file_put_contents($file, $content)) { $gz = new Archive_Tar($file, true); $files_list = $gz->listContent();