[otrs-cvs] CVS: otrs/Kernel/Modules AdminSysConfig.pm,1.47,1.48
cvs-log at otrs.org
cvs-log at otrs.org
Thu Jun 22 15:25:57 CEST 2006
Update of /home/cvs/otrs/Kernel/Modules
In directory lancelot:/tmp/cvs-serv7054/Kernel/Modules
Modified Files:
AdminSysConfig.pm
Log Message:
fixed Baselink problem
Index: AdminSysConfig.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Modules/AdminSysConfig.pm,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -r1.47 -r1.48
*** AdminSysConfig.pm 22 Jun 2006 07:18:56 -0000 1.47
--- AdminSysConfig.pm 22 Jun 2006 12:25:55 -0000 1.48
***************
*** 555,563 ****
}
}
# SessionScreen
if (!$Self->{SessionObject}->UpdateSessionID(
SessionID => $Self->{SessionID},
Key => 'LastScreenOverview',
! Value => "Action=$Self->{Action}&Subaction=SelectGroup&SysConfigGroup=$Group",
)) {
return $Self->{LayoutObject}->ErrorScreen();
--- 555,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();
More information about the cvs-log
mailing list