From 4ffb51e51f89a45256836fb55ad1c29f5e06beb2 Mon Sep 17 00:00:00 2001 From: ftimme <ft@falkotimme.com> Date: Mon, 19 Sep 2011 06:17:52 -0400 Subject: [PATCH] - Added nginx support to the installer. --- interface/web/sites/form/cron.tform.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/sites/form/cron.tform.php b/interface/web/sites/form/cron.tform.php index fc63548..3a7bd6d 100644 --- a/interface/web/sites/form/cron.tform.php +++ b/interface/web/sites/form/cron.tform.php @@ -129,7 +129,7 @@ 'formtype' => 'TEXT', 'validators' => array ( 0 => array ( 'type' => 'CUSTOM', 'class' => 'validate_cron', - 'function' => 'run_time_format', + 'function' => 'run_month_format', 'errmsg'=> 'run_month_error_format'), ), 'default' => '', -- Gitblit v1.9.1