oops, losing notes!
[freeside.git] / FS / FS / TicketSystem.pm
index 2a5c68f..9d961fc 100644 (file)
@@ -1,12 +1,12 @@
 package FS::TicketSystem;
 
 use strict;
-use vars qw( $system $AUTOLOAD );
+use vars qw( $conf $system $AUTOLOAD );
 use FS::Conf;
 use FS::UID;
 
 install_callback FS::UID sub { 
-  my $conf = new FS::Conf;
+  $conf = new FS::Conf;
   $system = $conf->config('ticket_system');
 };