mirror of
https://github.com/webmin/webmin.git
synced 2026-08-07 16:30:38 +01:00
Fix to disable ispell
This commit is contained in:
@@ -487,7 +487,7 @@ else {
|
||||
0,
|
||||
$wcols ? "" : "style='width:100%'"), 2);
|
||||
}
|
||||
if (&has_command("ispell")) {
|
||||
if (&has_command("ispell") && $config{'ispell_enabled'}) {
|
||||
print &ui_table_row(undef,
|
||||
&ui_checkbox("spell", 1, $text{'reply_spell'}, 0), 2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user