6.0.0-beta1
7/10/25

[#9653] Horde_Config typo fix
Summary Horde_Config typo fix
Queue Horde Framework Packages
Queue Version Git master
Type Bug
State Resolved
Priority 1. Low
Owners jan (at) horde (dot) org
Requester imp (at) lx-soft (dot) com
Created 03/10/2011 (5236 days ago)
Due
Updated 03/10/2011 (5236 days ago)
Assigned
Resolved 03/10/2011 (5236 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch Yes

History
03/10/2011 08:13:48 PM Jan Schneider Assigned to Jan Schneider
State ⇒ Resolved
 
03/10/2011 08:13:31 PM Git Commit Comment #2 Reply to this comment
Changes have been made in Git for this ticket:

Bug #9653: Add missing argument.

  1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/cf9f225994a2d5ef55bdf2a5bf4aff6cfd9f3bcc
03/10/2011 08:05:35 PM imp (at) lx-soft (dot) com Comment #1
Priority ⇒ 1. Low
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ Horde_Config typo fix
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
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]',

Saved Queries