From: Jan Schneider Date: Mon, 13 Sep 2010 12:48:02 +0000 (+0200) Subject: Fix configuration specifier. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=3e763c2cff33785bbb51baa30617144a654973cd;p=horde.git Fix configuration specifier. --- diff --git a/framework/Core/lib/Horde/Config.php b/framework/Core/lib/Horde/Config.php index e9881b984..699500815 100644 --- a/framework/Core/lib/Horde/Config.php +++ b/framework/Core/lib/Horde/Config.php @@ -725,7 +725,7 @@ class Horde_Config 'writeas' => array( 'desc' => 'Bind to LDAP as which user when performing writes?', - 'default' => $this->_default($ctx . '|user', 'search'), + 'default' => $this->_default($ctx . '|writeas', 'search'), 'switch' => array( 'user' => array( 'desc' => 'Bind as the currently logged-in user',