From 63e6a91136d87591d57a7f4e006dbfb41906a02c Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Tue, 30 Dec 2014 16:02:56 -0800 Subject: [PATCH] fix misspelling of cache directory, #31834 --- FS/FS/part_export/voip_ms.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }); -- 2.11.0