[Tickets #9653] Horde_Config typo fix
bugs at horde.org
bugs at horde.org
Thu Mar 10 20:05:35 UTC 2011
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/9653
------------------------------------------------------------------------------
Ticket | 9653
Created By | imp at lx-soft.com
Summary | Horde_Config typo fix
Queue | Horde Framework Packages
Version | Git master
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch | 1
Owners |
------------------------------------------------------------------------------
imp at lx-soft.com (2011-03-10 20:05) wrote:
typo fix around line 1047 of Core/lib/Horde/Config.php:
--- Horde/Config.php.orig 2011-03-10 20:56:32.000000000 +0100
+++ Horde/Config.php 2011-03-10 20:56:52.000000000 +0100
@@ -1039,7 +1039,7 @@
$custom_fields = array(
'required' => true,
'desc' => 'What database backend should we use?',
- 'default' => $this->_default($ctx . '|phptype'),
+ 'default' => $this->_default($ctx . '|phptype', ''),
'switch' => array(
'false' => array(
'desc' => '[None]',
More information about the bugs
mailing list