summaryrefslogtreecommitdiff
path: root/FS/FS/part_export
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2014-12-30 16:02:56 -0800
committerMark Wells <mark@freeside.biz>2014-12-30 16:02:56 -0800
commit63e6a91136d87591d57a7f4e006dbfb41906a02c (patch)
tree2e5e401ff85caec1202b38fc1408a92bef9b332f /FS/FS/part_export
parent463e2e6d248db7c3787cfbe1074abdb84ce2010e (diff)
fix misspelling of cache directory, #31834
Diffstat (limited to 'FS/FS/part_export')
-rw-r--r--FS/FS/part_export/voip_ms.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_export/voip_ms.pm b/FS/FS/part_export/voip_ms.pm
index 44ce908eb..53a4926e1 100644
--- a/FS/FS/part_export/voip_ms.pm
+++ b/FS/FS/part_export/voip_ms.pm
@@ -503,7 +503,7 @@ sub cache {
my $province = shift;
$CACHE ||= Cache::FileCache->new({
- 'cache_root' => $FS::UID::cache_dir.'/cache'.$FS::UID::datasrc,
+ 'cache_root' => $FS::UID::cache_dir.'/cache.'.$FS::UID::datasrc,
'namespace' => __PACKAGE__,
'default_expires_in' => $cache_timeout,
});