From fac189e83181e7b099adc89ffe6f52fade62c7c6 Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Tue, 2 Oct 2018 12:47:45 -0400 Subject: [PATCH] Revert "RT# 39340 - fixed skin_info caching issue" This reverts commit 643d1b29847685065eb9b0d46a1129a885147ec0. --- FS/FS/ClientAPI/MyAccount.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FS/FS/ClientAPI/MyAccount.pm b/FS/FS/ClientAPI/MyAccount.pm index 6cb0a7cc4..ab11415b3 100644 --- a/FS/FS/ClientAPI/MyAccount.pm +++ b/FS/FS/ClientAPI/MyAccount.pm @@ -107,7 +107,7 @@ sub skin_info { $p->{'agentnum'} = $agentnum; my $conf = new FS::Conf; - my $timeout = $conf->config('selfservice-session_timeout') || '1 hour'; + #false laziness w/Signup.pm my $skin_info_cache_agent = _cache->get("skin_info_cache_agent$agentnum"); @@ -150,7 +150,7 @@ sub skin_info { 'menu' => _menu($domain,$menu), }; - _cache->set("skin_info_cache_agent$agentnum", $skin_info_cache_agent, $timeout); + _cache->set("skin_info_cache_agent$agentnum", $skin_info_cache_agent); } -- 2.11.0