diff --git a/i18n/i18n.plugin.disabled.php b/i18n/i18n.plugin.disabled.php index fe883c83618d7f1c72aa0bce1c58f0e2ba32c625..cc7b2b5facebf0d819f7aba798094296f2da1db4 100755 --- a/i18n/i18n.plugin.disabled.php +++ b/i18n/i18n.plugin.disabled.php @@ -79,7 +79,7 @@ function i18n_plugin_AddForm(){ } // Gestion des erreurs PHP possible permettant l'écriture de fichier dans les répertoires de Leed - if(!is_writable('./locale/')){ + if(!is_writable('./install/locale/')){ $test['Erreur'][]=_t('P_I18N_VERIF_ERR1'); } if (!@function_exists('file_get_contents')){