From 41d9bf7e77ad8adf20b8ed35bd097e8c648c6aee Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Wed, 12 Dec 2018 20:09:49 -0800 Subject: [PATCH] Fix command field https://sourceforge.net/p/webadmin/bugs/5223/ --- cluster-cron/edit.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster-cron/edit.cgi b/cluster-cron/edit.cgi index 12add1834..b8d4e98a2 100755 --- a/cluster-cron/edit.cgi +++ b/cluster-cron/edit.cgi @@ -55,7 +55,7 @@ print &ui_table_row($text{'edit_servers'}, # Command to run print &ui_table_row($cron::text{'edit_command'}, - &ui_textbox("cmd", job->{'cluster_command'}, 70), 3); + &ui_textbox("cmd", $job->{'cluster_command'}, 70), 3); if ($cron::config{'cron_input'}) { # Input to command