Merged from stable

- Adding escapeshellarg to aspell path
This commit is contained in:
julmis
2005-08-25 07:48:28 +00:00
parent 3497a68693
commit 8af1a3af3b
+1 -1
View File
@@ -178,7 +178,7 @@ function editor_get_dictionaries () {
$dictionaries = array();
$dicts = array();
if(!($handle = @popen($cmd .' dump dicts', 'r'))) {
if(!($handle = @popen(escapeshellarg($cmd) .' dump dicts', 'r'))) {
return $strerror = "Couldn't create handle!";
exit;
}