X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FTicketSystem.pm;h=a80a827896faa3b332c6bc973c8764be647d8655;hp=9d961fc47815f142ddd47cf82d1a3a731b6892ce;hb=20f38e4c256094bd938b732950e8f93319f851a5;hpb=673b9a458d9138523026963df6fa3b4683e09bae 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;