From b06cf300b15ee0003390e1e58b9f17433566db54 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 7 Mar 2011 14:16:23 +0000 Subject: [PATCH] dont show vfs_storage_mode "custom", if not custom --- setup/inc/hook_config.inc.php | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/setup/inc/hook_config.inc.php b/setup/inc/hook_config.inc.php index fe938cb2aa..443632c85a 100644 --- a/setup/inc/hook_config.inc.php +++ b/setup/inc/hook_config.inc.php @@ -43,8 +43,11 @@ function vfs_storage_mode_options($config) 'custom' => lang('Custom set via %1','filemanager/cli.php mount'), ) as $name => $label) { - $options .= '' . "\n"; } return $out;