Skip to content

Commit

Permalink
[mms] Allow disabling VFS via the configuration interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Oct 8, 2013
1 parent 23c3d20 commit 7ada274
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions framework/Core/lib/Horde/Config.php
Expand Up @@ -1401,6 +1401,10 @@ protected function _configVFS($ctx, $node)
'default' => $default,
'is_default' => $isDefault,
'switch' => array(
'None' => array(
'desc' => 'None',
'fields' => array()
),
'File' => array(
'desc' => 'Files on the local system',
'fields' => array(
Expand Down
4 changes: 2 additions & 2 deletions framework/Core/package.xml
Expand Up @@ -39,7 +39,7 @@
</stability>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
*
* [mms] Allow disabling VFS via the configuration interface.
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -3176,7 +3176,7 @@
<date>2013-10-08</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
*
* [mms] Allow disabling VFS via the configuration interface.
</notes>
</release>
</changelog>
Expand Down

0 comments on commit 7ada274

Please sign in to comment.