fixed stupid windows path: moved aspell_path config to setup, vor obvious reasons

This commit is contained in:
Ralf Becker 2010-02-14 06:11:28 +00:00
parent 1555115be7
commit 872fa0b72b

View File

@ -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']))