Skip to content

Commit

Permalink
Param should be an array ref https://www.virtualmin.com/node/67960
Browse files Browse the repository at this point in the history
  • Loading branch information
jcameron committed Dec 2, 2019
1 parent 53926a3 commit b34e90c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion save_server.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ else {
'words' => [ $in{'rootdir'} ] },
],
} ]);
&save_directive($server, "root", $in{'rootdir'});
&save_directive($server, "root", [ $in{'rootdir'} ]);
}
}

Expand Down

0 comments on commit b34e90c

Please sign in to comment.