From: Jan Schneider Date: Fri, 11 Dec 2009 15:12:22 +0000 (+0100) Subject: Default to Horde VFS. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=120f14b59c5a712d977beb432d52c9a1be21c28a;p=horde.git Default to Horde VFS. --- 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(