X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FTicketSystem.pm;h=a80a827896faa3b332c6bc973c8764be647d8655;hb=f8f4c51eaa6f5aa3d49672fe7a17f19fa22494c0;hp=9d961fc47815f142ddd47cf82d1a3a731b6892ce;hpb=dda497584a2e12907bba7cf07051fe34ede63b32;p=freeside.git diff --git a/FS/FS/TicketSystem.pm b/FS/FS/TicketSystem.pm index 9d961fc47..a80a82789 100644 --- a/FS/FS/TicketSystem.pm +++ b/FS/FS/TicketSystem.pm @@ -5,10 +5,10 @@ use vars qw( $conf $system $AUTOLOAD ); use FS::Conf; use FS::UID; -install_callback FS::UID sub { +FS::UID->install_callback( sub { $conf = new FS::Conf; $system = $conf->config('ticket_system'); -}; +} ); sub AUTOLOAD { my $self = shift;