Fix variable declaration

This commit is contained in:
Jamie Cameron 2015-12-12 16:13:07 -08:00
parent 6a9e902c5f
commit e09fccf402

View File

@ -6,7 +6,7 @@ use WebminCore;
# Output HTML for editing global security options # Output HTML for editing global security options
sub acl_security_form sub acl_security_form
{ {
local $o = $_[0]; my ($o) = @_;
# Root directory for file browser # Root directory for file browser
print &ui_table_row($text{'acl_root'}, print &ui_table_row($text{'acl_root'},