Hi Alexander,

Thank you for the tip. I added MainObject  and it works.

use Kernel::System::Main;

my $MainObject = Kernel::System::Main->new(
    configObject => $ConfigObject,
    LogObject => $LogObject,
);
 
 my $TicketObject = Kernel::System::Ticket->new (
    ConfigObject => $ConfigObject,
    LogObject => $LogObject,
    DBObject => $DBObject,
    TimeObject => $TimeObject,
    MainObject => $MainObject,
);

Regards.

Eric Boudrand
_______________________________________________
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev

Reply via email to