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/admin/form/tpl_default.tform.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/interface/web/admin/form/tpl_default.tform.php b/interface/web/admin/form/tpl_default.tform.php
index 728e156..de63948 100644
--- a/interface/web/admin/form/tpl_default.tform.php
+++ b/interface/web/admin/form/tpl_default.tform.php
@@ -63,8 +63,8 @@
 $form["description"] 	= "tpl_default_desc_txt";
 $form["name"] 		= "tpl_default";
 $form["action"]		= "tpl_default.php";
-$form["db_table"]	= "default";
-$form["db_table_idx"]	= "var_id";
+$form["db_table"]	= "sys_theme";
+$form["db_table_idx"]	= "id";
 $form["db_history"]	= "yes";
 $form["tab_default"]	= "basic";
 $form["list_default"]	= "system_config_edit.php";

--
Gitblit v1.9.1