mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Fix typos leading to fatal error
This commit is contained in:
@@ -7,10 +7,10 @@ sub acl_security_form
|
||||
{
|
||||
my ($o) = @_;
|
||||
print &ui_table_row($text{'acl_edit'},
|
||||
&ui_yesno_radio("edit", $o->{'edit'}))l
|
||||
&ui_yesno_radio("edit", $o->{'edit'}));
|
||||
|
||||
print &ui_table_row($text{'acl_sched'},
|
||||
&ui_yesno_radio("sched", $o->{'sched'}))l
|
||||
&ui_yesno_radio("sched", $o->{'sched'}));
|
||||
}
|
||||
|
||||
# acl_security_save(&options)
|
||||
|
||||
Reference in New Issue
Block a user