summaryrefslogtreecommitdiff
path: root/FS/FS/Mason
diff options
context:
space:
mode:
authorivan <ivan>2011-01-27 21:46:58 +0000
committerivan <ivan>2011-01-27 21:46:58 +0000
commit262fe981ce32e32058eb01f1a6c3e4112794eb88 (patch)
tree1152d6b7e101cc622bd433cb73064b6607ef967c /FS/FS/Mason
parent0192b0b5b919cff975c447d591ce64b23ee38736 (diff)
orget about trying to set ::TMPDIRECTORY, chicken & egg proiblem, RT#11360
Diffstat (limited to 'FS/FS/Mason')
-rw-r--r--FS/FS/Mason/Request.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/FS/FS/Mason/Request.pm b/FS/FS/Mason/Request.pm
index dd7ee4d..9c96b83 100644
--- a/FS/FS/Mason/Request.pm
+++ b/FS/FS/Mason/Request.pm
@@ -71,8 +71,6 @@ sub freeside_setup {
die "unknown mode $mode";
}
- $CGITempFile::TMPDIRECTORY = "$FS::UID::cache_dir/cache.$FS::UID::datasrc";
-
}
}