Default to Horde VFS.
authorJan Schneider <jan@horde.org>
Fri, 11 Dec 2009 15:12:22 +0000 (16:12 +0100)
committerJan Schneider <jan@horde.org>
Fri, 11 Dec 2009 15:12:22 +0000 (16:12 +0100)
framework/Core/lib/Horde/Config.php

index 1fcdc19..6b4c441 100644 (file)
@@ -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(