From 89f833b5d048bfa57c38f65b1b2ea738f8f28567 Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Tue, 19 Nov 2002 02:23:28 +0000 Subject: [PATCH] MFH --- pear/PEAR/Command/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pear/PEAR/Command/Config.php b/pear/PEAR/Command/Config.php index b8f14511dd..85304fdcae 100644 --- a/pear/PEAR/Command/Config.php +++ b/pear/PEAR/Command/Config.php @@ -187,7 +187,7 @@ displays help for all configuration parameters. */ function _checkLayer($layer = null) { - if (!empty($layer)) { + if (!empty($layer) && $layer != 'default') { $layers = $this->config->getLayers(); if (!in_array($layer, $layers)) { return " only the layers: \"" . implode('" or "', $layers) . "\" are supported"; -- 2.50.1