summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2006-09-23 08:01:00 +0200
committermkanat%bugzilla.org <>2006-09-23 08:01:00 +0200
commit3b0560db062187054b254a441935ab8d34287e7f (patch)
treee74b013f95fb5caaa146a840d64fd753f8ef0240 /Bugzilla/Constants.pm
parent4c0d90b0e04bc1957d781709a12adfc93758175a (diff)
downloadbugzilla-3b0560db062187054b254a441935ab8d34287e7f.tar.gz
bugzilla-3b0560db062187054b254a441935ab8d34287e7f.tar.xz
Bug 351243: Public webdot server changed its IP address
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, a=justdave
Diffstat (limited to 'Bugzilla/Constants.pm')
-rw-r--r--Bugzilla/Constants.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm
index 93d8d8d2c..4ce2cbc09 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -380,7 +380,7 @@ sub bz_locations {
# change showdependencygraph.cgi to set image_url to the correct
# location.
# The script should really generate these graphs directly...
- 'webdotdir' => "$libpath/$datadir/webdot",
+ 'webdotdir' => "$datadir/webdot",
'extensionsdir' => "$libpath/extensions",
};
}