From 9e8227f2004d0127f5345e7d4945be64693bec78 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sun, 14 Feb 2010 06:19:09 +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 738e0474cd..e156a67498 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']))