From: Gervase Markham Date: Wed, 19 Nov 2014 17:33:36 +0000 (+0000) Subject: Bug 978615 - remove URL to unavailable webdot server. r,a=glob X-Git-Tag: release-5.1.1~452 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee5198e9e0c4197327f96f27c7e4347259dc5a74;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 },