Skip to content

Commit

Permalink
[mms] Removed unused 'password' parameter.
Browse files Browse the repository at this point in the history
No idea why this exists (probably is historical, when the Prefs library
was responsible for authenticating to storage backends).
  • Loading branch information
slusarz committed Jan 14, 2015
1 parent 0246353 commit 053416d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions framework/Prefs/lib/Horde/Prefs.php
Expand Up @@ -34,7 +34,6 @@ class Horde_Prefs implements ArrayAccess
protected $_opts = array(
'cache' => null,
'logger' => null,
'password' => '',
'sizecallback' => null,
'storage' => null,
'user' => ''
Expand Down Expand Up @@ -77,8 +76,6 @@ class Horde_Prefs implements ArrayAccess
* DEFAULT: No caching.
* logger - (Horde_Log_Logger) Logging object.
* DEFAULT: NONE
* password - (string) The password associated with 'user'.
* DEFAULT: NONE
* sizecallback - (callback) If set, called when setting a value in the
* backend.
* DEFAULT: NONE
Expand Down
4 changes: 2 additions & 2 deletions framework/Prefs/package.xml
Expand Up @@ -33,7 +33,7 @@
</stability>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
*
* [mms] Removed unused &apos;password&apos; parameter.
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -1143,7 +1143,7 @@ Initial release as a PEAR package
<date>2014-12-29</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
*
* [mms] Removed unused &apos;password&apos; parameter.
</notes>
</release>
</changelog>
Expand Down

0 comments on commit 053416d

Please sign in to comment.