summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config/Core.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Config/Core.pm')
-rw-r--r--Bugzilla/Config/Core.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Config/Core.pm b/Bugzilla/Config/Core.pm
index 21b974852..738c28fe2 100644
--- a/Bugzilla/Config/Core.pm
+++ b/Bugzilla/Config/Core.pm
@@ -49,7 +49,7 @@ sub get_param_list {
{
name => 'urlbase',
type => 't',
- default => 'http://you-havent-visited-editparams.cgi-yet/',
+ default => '',
checker => \&check_urlbase
},