summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2013-10-17 18:02:42 +0200
committerDave Lawrence <dlawrence@mozilla.com>2013-10-17 18:02:42 +0200
commit27d7fc49f8b9fe52cb94fda227ff3a0937d497f3 (patch)
tree0571fb266d0b0c619d9be2a8c2272d04afcce9a1 /Bugzilla/Constants.pm
parenta15e9311146867b4decacee483f0074d93bf7661 (diff)
downloadbugzilla-27d7fc49f8b9fe52cb94fda227ff3a0937d497f3.tar.gz
bugzilla-27d7fc49f8b9fe52cb94fda227ff3a0937d497f3.tar.xz
Revert for now Bug 887117 - Move the compiled template cache dir to a directory in the document root to avoid storing on NFS
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 bfc734088..ef3afeccb 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -650,7 +650,7 @@ sub bz_locations {
# make sure this still points to the CGIs.
'cgi_path' => $libpath,
'templatedir' => "$libpath/template",
- 'template_cache' => "$libpath/template_cache",
+ 'template_cache' => "$datadir/template",
'project' => $project,
'localconfig' => "$libpath/$localconfig",
'datadir' => $datadir,