From 872fa0b72b94c5ef886ce012f456782b40606e07 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sun, 14 Feb 2010 06:11:28 +0000 Subject: [PATCH] fixed stupid windows path: moved aspell_path config to setup, vor obvious reasons --- setup/inc/class.setup_process.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/inc/class.setup_process.inc.php b/setup/inc/class.setup_process.inc.php index 4f9f64be5f..628d668c30 100755 --- a/setup/inc/class.setup_process.inc.php +++ b/setup/inc/class.setup_process.inc.php @@ -249,7 +249,7 @@ class setup_process } $current_config['files_dir'] = 'C:\\Program Files\\'.$egroupwareDirName.'\\'.$GLOBALS['egw_setup']->ConfigDomain.'\\files'; $current_config['backup_dir'] = 'C:\\Program Files\\'.$egroupwareDirName.'\\'.$GLOBALS['egw_setup']->ConfigDomain.'\\backup'; - $current_config['aspell_path'] = 'C:\Program Files\Aspell\bin\aspell.exe'; + $current_config['aspell_path'] = 'C:\\Program Files\\Aspell\\bin\\aspell.exe'; } // only set aspell path, if it's installed if (!is_executable($current_config['aspell_path']))