mirror of
https://github.com/moodle/moodle.git
synced 2025-04-19 07:25:30 +02:00
Merge branch 'w52_MDL-30924_m23_pspell' of git://github.com/skodak/moodle
This commit is contained in:
commit
eacb470338
@ -110,7 +110,7 @@ class PSpellShell extends SpellChecker {
|
||||
if (preg_match("#win#i", php_uname()))
|
||||
return "$bin -a --lang=$lang --encoding=utf-8 -H < $file 2>&1";
|
||||
|
||||
return "cat $file | $bin -a --lang=$lang --encoding=utf-8 -H");
|
||||
return "cat $file | $bin -a --lang=$lang --encoding=utf-8 -H";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user