Index: branches/5.2.x/core/install/step_templates/check_paths.tpl =================================================================== diff -u -N -r14244 -r16435 --- branches/5.2.x/core/install/step_templates/check_paths.tpl (.../check_paths.tpl) (revision 14244) +++ branches/5.2.x/core/install/step_templates/check_paths.tpl (.../check_paths.tpl) (revision 16435) @@ -8,7 +8,7 @@ toolkit->getSystemConfig('Misc', 'WriteablePath'); + $writeable_base = $this->toolkit->systemConfig->get('WriteablePath', 'Misc'); foreach ($this->writeableFolders as $folder_path) { $file_path = str_replace('$1', $writeable_base, $folder_path); if (file_exists(FULL_PATH . $file_path)) {