[otrs-cvs] CVS: otrs/Kernel/Modules AdminSysConfig.pm,1.48,1.49

cvs-log at otrs.org cvs-log at otrs.org
Thu Jun 22 15:43:25 CEST 2006


Update of /home/cvs/otrs/Kernel/Modules
In directory lancelot:/tmp/cvs-serv7522/Kernel/Modules

Modified Files:
	AdminSysConfig.pm 
Log Message:
fixed Baselink problem - the first solution was correct!!

Index: AdminSysConfig.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Modules/AdminSysConfig.pm,v
retrieving revision 1.48
retrieving revision 1.49
diff -C2 -r1.48 -r1.49
*** AdminSysConfig.pm	22 Jun 2006 12:25:55 -0000	1.48
--- AdminSysConfig.pm	22 Jun 2006 12:43:23 -0000	1.49
***************
*** 557,566 ****
  
      # SessionScreen
-     my $Baselink = $Self->{LayoutObject}->{Baselink} . "Action=$Self->{Action}&Subaction=SelectGroup&SysConfigGroup=$Group";
- 
      if (!$Self->{SessionObject}->UpdateSessionID(
          SessionID => $Self->{SessionID},
          Key       => 'LastScreenOverview',
!         Value     => $Baselink,
      )) {
          return $Self->{LayoutObject}->ErrorScreen();
--- 557,564 ----
  
      # SessionScreen
      if (!$Self->{SessionObject}->UpdateSessionID(
          SessionID => $Self->{SessionID},
          Key       => 'LastScreenOverview',
!         Value     => "Action=$Self->{Action}&Subaction=SelectGroup&SysConfigGroup=$Group",
      )) {
          return $Self->{LayoutObject}->ErrorScreen();



More information about the cvs-log mailing list