diff options
author | ivan <ivan> | 2009-01-30 20:44:02 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-01-30 20:44:02 +0000 |
commit | 036e81fffeb1358491c285205cac74f47580ef22 (patch) | |
tree | 4be9148e9a79843096d653539e27cb6930c18405 | |
parent | c6cad17529e2bb829a1c114914267d6eda1bfdf7 (diff) |
should use FS::Conf
-rw-r--r-- | FS/FS/ClientAPI_SessionCache.pm | 1 |
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 { |