From: Gervase Markham Date: Wed, 19 Nov 2014 17:35:00 +0000 (+0000) Subject: Bug 978615 - remove URL to unavailable webdot server. r,a=glob X-Git-Tag: bugzilla-5.0rc1~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc5be4da6caca11c84f45068f9bf60786df7d918;p=thirdparty%2Fbugzilla.git Bug 978615 - remove URL to unavailable webdot server. r,a=glob --- diff --git a/Bugzilla/Config/DependencyGraph.pm b/Bugzilla/Config/DependencyGraph.pm index a9b8598df8..c815822f38 100644 --- a/Bugzilla/Config/DependencyGraph.pm +++ b/Bugzilla/Config/DependencyGraph.pm @@ -21,7 +21,7 @@ sub get_param_list { { name => 'webdotbase', type => 't', - default => 'http://www.research.att.com/~north/cgi-bin/webdot.cgi/%urlbase%', + default => '', checker => \&check_webdotbase },