Dictionary name wasn't being saved, so aspell didn't worked under 1.7
if the setting had been edited. MDL-7762
This commit is contained in:
+1
-1
@@ -1911,7 +1911,7 @@ class admin_setting_special_editordictionary extends admin_setting_configselect
|
||||
|
||||
for ($i = 0; $i < $cnt; $i++) {
|
||||
if (!empty($dictionaries[$i])) {
|
||||
$dicts[] = $dictionaries[$i];
|
||||
$dicts[$dictionaries[$i]] = $dictionaries[$i];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user