From ea989a2af8a2032a64a303b4fdac9892eaf43d2b Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 7 Mar 2011 14:15:44 +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;