summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config/DependencyGraph.pm
diff options
context:
space:
mode:
authorGervase Markham <gerv@gerv.net>2014-11-19 18:33:36 +0100
committerGervase Markham <gerv@gerv.net>2014-11-19 18:33:36 +0100
commitee5198e9e0c4197327f96f27c7e4347259dc5a74 (patch)
treed408e003b4f6f55a76f1b78225aa0d7fd40ac661 /Bugzilla/Config/DependencyGraph.pm
parentca99361e17e2ebc0a5bbb017a5c9cb347c49caae (diff)
downloadbugzilla-ee5198e9e0c4197327f96f27c7e4347259dc5a74.tar.gz
bugzilla-ee5198e9e0c4197327f96f27c7e4347259dc5a74.tar.xz
Bug 978615 - remove URL to unavailable webdot server. r,a=glob
Diffstat (limited to 'Bugzilla/Config/DependencyGraph.pm')
-rw-r--r--Bugzilla/Config/DependencyGraph.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Config/DependencyGraph.pm b/Bugzilla/Config/DependencyGraph.pm
index a9b8598df..c815822f3 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
},