From: Mark Wells Date: Wed, 31 Dec 2014 00:02:56 +0000 (-0800) Subject: fix misspelling of cache directory, #31834 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=63e6a91136d87591d57a7f4e006dbfb41906a02c fix misspelling of cache directory, #31834 --- 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, });