summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2009-01-30 20:44:02 +0000
committerivan <ivan>2009-01-30 20:44:02 +0000
commit036e81fffeb1358491c285205cac74f47580ef22 (patch)
tree4be9148e9a79843096d653539e27cb6930c18405 /FS
parentc6cad17529e2bb829a1c114914267d6eda1bfdf7 (diff)
should use FS::Conf
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/ClientAPI_SessionCache.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/ClientAPI_SessionCache.pm b/FS/FS/ClientAPI_SessionCache.pm
index b722484ec..a04b4d2fd 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 {