From 120f14b59c5a712d977beb432d52c9a1be21c28a Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Fri, 11 Dec 2009 16:12:22 +0100 Subject: [PATCH] Default to Horde VFS. --- framework/Core/lib/Horde/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Core/lib/Horde/Config.php b/framework/Core/lib/Horde/Config.php index 1fcdc1976..6b4c44140 100644 --- a/framework/Core/lib/Horde/Config.php +++ b/framework/Core/lib/Horde/Config.php @@ -1063,7 +1063,7 @@ class Horde_Config { $sql = $this->_configSQL($ctx . '|params'); $default = $node->get_attribute('default'); - $default = empty($default) ? 'none' : $default; + $default = empty($default) ? 'horde' : $default; list($default, $isDefault) = $this->__default($ctx . '|' . $node->get_attribute('switchname'), $default); $config = array( -- 2.11.0