From 530febd7703ae7476b1939402638e1ed0621affc Mon Sep 17 00:00:00 2001 From: kevin_fourie Date: Tue, 2 Dec 2008 19:20:59 +0000 Subject: [PATCH] KTS-3500 - "Scheduler - Task: Indexing error in log file" Reverted fix. The fix breaks the urls in other parts of the site. --- sql/mysql/install/data.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/mysql/install/data.sql b/sql/mysql/install/data.sql index fbc1c0a..94f7b76 100644 --- a/sql/mysql/install/data.sql +++ b/sql/mysql/install/data.sql @@ -282,7 +282,7 @@ INSERT INTO `config_settings` VALUES (107, 'server', 'Internal Server port', 'The internal port for the server.', 'internal_server_port', 'default', '80', 'numeric_string', NULL, 1), (108, 'server', 'External Server IP', 'The external IP for the server.', 'server_name', 'default', '', 'string', NULL, 1), (109, 'server', 'External Server port', 'The external port for the server.', 'server_port', 'default', '', 'numeric_string', NULL, 1), -(110, 'KnowledgeTree', 'Root Url', 'The path to the web application from the root of the web server. For example, if KT is at http://example.org/foo/, then the root directory should be \'/foo\'.', 'rootUrl', '/', '', 'string', NULL, 1), +(110, 'KnowledgeTree', 'Root Url', 'The path to the web application from the root of the web server. For example, if KT is at http://example.org/foo/, then the root directory should be \'/foo\'.', 'rootUrl', '', '', 'string', NULL, 1), (111, 'urls', 'Var Directory', 'The path to the var directory.', 'varDirectory', 'default', '${fileSystemRoot}/var', 'string', NULL, 1); /*!40000 ALTER TABLE `config_settings` ENABLE KEYS */; UNLOCK TABLES; -- libgit2 0.21.4