[otrs-cvs] CVS: otrs/bin otrs.getTicketThread,1.7,1.8
cvs-log at otrs.org
cvs-log at otrs.org
Thu Dec 7 16:20:58 CET 2006
Update of /home/cvs/otrs/bin
In directory lancelot:/tmp/cvs-serv13417/bin
Modified Files:
otrs.getTicketThread
Log Message:
fixed bug #1378 - Got no MainObject! in bin/otrs.getTicketThread
Index: otrs.getTicketThread
===================================================================
RCS file: /home/cvs/otrs/bin/otrs.getTicketThread,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** otrs.getTicketThread 2 Nov 2006 12:20:59 -0000 1.7
--- otrs.getTicketThread 7 Dec 2006 15:20:56 -0000 1.8
***************
*** 36,39 ****
--- 36,40 ----
use Kernel::System::Time;
use Kernel::System::Log;
+ use Kernel::System::Main;
use Kernel::System::DB;
use Kernel::System::Ticket;
***************
*** 48,51 ****
--- 49,53 ----
);
$CommonObject{TimeObject} = Kernel::System::Time->new(%CommonObject);
+ $CommonObject{MainObject} = Kernel::System::Main->new(%CommonObject);
$CommonObject{DBObject} = Kernel::System::DB->new(%CommonObject);
$CommonObject{TicketObject} = Kernel::System::Ticket->new(%CommonObject);
More information about the cvs-log
mailing list