auto-create selfservice user in RT, #13199
[freeside.git] / FS / FS / ClientAPI / MyAccount.pm
index a788a5c..014434a 100644 (file)
@@ -321,7 +321,7 @@ sub customer_info {
     $return{'require_address2'} = '';
   }
 
-  if ( $conf->exists('ticket_system') ) {
+  if ( $FS::TicketSystem::system ) {
     warn "$me customer_info: initializing ticket system\n" if $DEBUG;
     FS::TicketSystem->init();
   }