]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch for bug 232441: Suggest solution in the error message in case admin forgets...
authorjocuri%softhome.net <>
Mon, 9 Feb 2004 07:17:11 +0000 (07:17 +0000)
committerjocuri%softhome.net <>
Mon, 9 Feb 2004 07:17:11 +0000 (07:17 +0000)
Bugzilla/Config.pm

index f639b4a44f17eac3db224d9c12560cd85d7a92c1..3d75acfe4afad48e45401e4e7d27da8b3af7625c 100644 (file)
@@ -158,7 +158,7 @@ sub Param {
     return $param{$param} if exists $param{$param};
 
     # Else error out
-    die "No value for param $param";
+    die "No value for param $param (try running checksetup.pl again)";
 }
 
 sub GetParamList {