projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6c7d87
)
Default to Horde VFS.
author
Jan Schneider
<jan@horde.org>
Fri, 11 Dec 2009 15:12:22 +0000
(16:12 +0100)
committer
Jan Schneider
<jan@horde.org>
Fri, 11 Dec 2009 15:12:22 +0000
(16:12 +0100)
framework/Core/lib/Horde/Config.php
patch
|
blob
|
history
diff --git
a/framework/Core/lib/Horde/Config.php
b/framework/Core/lib/Horde/Config.php
index
1fcdc19
..
6b4c441
100644
(file)
--- 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) ? '
non
e' : $default;
+ $default = empty($default) ? '
hord
e' : $default;
list($default, $isDefault) = $this->__default($ctx . '|' . $node->get_attribute('switchname'), $default);
$config = array(