From c1fcaed2ee8f05a5030fe4e8e211ca4eae7a9489 Mon Sep 17 00:00:00 2001
From: ftimme <ft@falkotimme.com>
Date: Tue, 11 Jun 2013 11:44:57 -0400
Subject: [PATCH] - Fixed FS#2921 - RBL list field in server config can not be empty.

---
 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