Fixing $tempfiledir path

This commit is contained in:
julmis
2006-09-30 14:24:40 +00:00
parent 5321514bd9
commit a1f3e2ddb4
+1 -1
View File
@@ -20,7 +20,7 @@ if(!($lang = check_language($aspell_prog))) {
}
$aspell_opts = '-a -H --lang='. $lang .' --encoding=utf-8';
$tempfiledir = './';
$tempfiledir = $CFG->dataroot; // Use dataroot since it must be writable
$input_separator = 'A';
function check_language($cmd) {