X-Git-Url: https://git.agnieray.net/?a=blobdiff_plain;f=galette%2Finstall%2Fsteps%2Fcheck.php;fp=galette%2Finstall%2Fsteps%2Fcheck.php;h=614246bf6d411ae0c6284402c70eac7c429e9e24;hb=280706510665e680011201e5305f7d3ad9db3411;hp=87f6d4eda3a3e3948fd76dc2190f341527d650fa;hpb=a3aaea8e88f50171b859c599541603828d388ee4;p=galette.git diff --git a/galette/install/steps/check.php b/galette/install/steps/check.php index 87f6d4eda..614246bf6 100644 --- a/galette/install/steps/check.php +++ b/galette/install/steps/check.php @@ -66,8 +66,8 @@ $perms_ok = true; $files_need_rw = array( _T("Compilation") => GALETTE_COMPILE_DIR, _T("Photos") => GALETTE_PHOTOS_PATH, - _T("Cache") => GALETTE_CACHE_DIR, - _T("Temporary images") => GALETTE_TEMPIMAGES_PATH, + _T("Cache") => str_replace(GALETTE_VERSION, '', GALETTE_CACHE_DIR), + _T("Temporary images") => GALETTE_TEMPIMAGES_PATH, _T("Configuration") => GALETTE_CONFIG_PATH, _T("Exports") => GALETTE_EXPORTS_PATH, _T("Imports") => GALETTE_IMPORTS_PATH,