[otrs-cvs] CVS: otrs/bin otrs.CreateNewTranslationFile,1.12,1.13

cvs-log at otrs.org cvs-log at otrs.org
Thu Jul 20 18:58:48 CEST 2006


Update of /home/cvs/otrs/bin
In directory lancelot:/tmp/cvs-serv29473/bin

Modified Files:
	otrs.CreateNewTranslationFile 
Log Message:
added missing Kernel::System::Main module

Index: otrs.CreateNewTranslationFile
===================================================================
RCS file: /home/cvs/otrs/bin/otrs.CreateNewTranslationFile,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** otrs.CreateNewTranslationFile	3 Mar 2006 07:49:43 -0000	1.12
--- otrs.CreateNewTranslationFile	20 Jul 2006 15:58:45 -0000	1.13
***************
*** 36,39 ****
--- 36,40 ----
  use Kernel::Config;
  use Kernel::System::Log;
+ use Kernel::System::Main;
  use Kernel::Language;
  
***************
*** 58,61 ****
--- 59,65 ----
      %CommonObject,
  );
+ $CommonObject{MainObject} = Kernel::System::Main->new(
+     %CommonObject,
+ );
  # --
  # check params



More information about the cvs-log mailing list