From: ivan Date: Fri, 30 Jan 2009 20:44:01 +0000 (+0000) Subject: should use FS::Conf X-Git-Tag: root_of_webpay_support~96 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=b83f7280fa251c06c5672fe975f2d3a6408c03bc should use FS::Conf --- diff --git a/FS/FS/ClientAPI_SessionCache.pm b/FS/FS/ClientAPI_SessionCache.pm index bfab8055d..d72fb39ce 100644 --- a/FS/FS/ClientAPI_SessionCache.pm +++ b/FS/FS/ClientAPI_SessionCache.pm @@ -3,6 +3,7 @@ package FS::ClientAPI_SessionCache; use strict; use vars qw($module); use FS::UID qw(datasrc); +use FS::Conf; #ask FS::UID to run this stuff for us later install_callback FS::UID sub {