From 9bb5d80bb96021d092a3a955a7244c441e9a1e11 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Sat, 16 Dec 2006 09:47:12 +0000 Subject: Bug 345405: showdependencygraph.cgi: Dependency Graphs are broken on mod_perl Patch By Max Kanat-Alexander r=LpSolit, a=myk --- Bugzilla/Constants.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Constants.pm') diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 9e37f9f5c..67e0a9225 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -433,7 +433,7 @@ sub bz_locations { # change showdependencygraph.cgi to set image_url to the correct # location. # The script should really generate these graphs directly... - 'webdotdir' => "$datadir/webdot", + 'webdotdir' => "$libpath/$datadir/webdot", 'extensionsdir' => "$libpath/extensions", }; } -- cgit v1.2.3-24-g4f1b