summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2014-12-29 17:11:18 -0800
committerMark Wells <mark@freeside.biz>2014-12-30 16:05:00 -0800
commitde5fa0a86c7ea64d699c68d3e39219b63e4614f8 (patch)
treea290743ae2eead792d7b8d1db82c869431e6e30d
parent3c89032f8902e137e70528c5e8c3b24c4c40f238 (diff)
fix misspelling of cache directory, #31834
-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,
});