[otrs-cvs] CVS: otrs/Kernel/System LinkObject.pm,1.11,1.12

cvs-log at otrs.org cvs-log at otrs.org
Mon Oct 2 14:12:28 CEST 2006


Update of /home/cvs/otrs/Kernel/System
In directory lancelot:/tmp/cvs-serv27502/Kernel/System

Modified Files:
	LinkObject.pm 
Log Message:
moved get TicketObject from LinkObject to TicketLinkObject

Index: LinkObject.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/LinkObject.pm,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** LinkObject.pm	21 Sep 2006 15:44:25 -0000	1.11
--- LinkObject.pm	2 Oct 2006 11:12:25 -0000	1.12
***************
*** 67,71 ****
  
      # check needed objects
!     foreach (qw(DBObject ConfigObject LogObject TicketObject MainObject UserID)) {
          $Self->{$_} = $Param{$_} || die "Got no $_!";
      }
--- 67,71 ----
  
      # check needed objects
!     foreach (qw(DBObject ConfigObject LogObject MainObject UserID)) {
          $Self->{$_} = $Param{$_} || die "Got no $_!";
      }



More information about the cvs-log mailing list