From de5fa0a86c7ea64d699c68d3e39219b63e4614f8 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Mon, 29 Dec 2014 17:11:18 -0800 Subject: fix misspelling of cache directory, #31834 --- FS/FS/part_export/voip_ms.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FS') 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, }); -- cgit v1.2.1