[otrs-cvs] CVS: FAQ/Kernel/Modules AgentFAQ.pm,1.3,1.4
cvs-log at otrs.org
cvs-log at otrs.org
Mon Oct 2 17:41:08 CEST 2006
Update of /home/cvs/FAQ/Kernel/Modules
In directory lancelot:/tmp/cvs-serv32239/Kernel/Modules
Modified Files:
AgentFAQ.pm
Log Message:
fixed bug uninitialized value
Index: AgentFAQ.pm
===================================================================
RCS file: /home/cvs/FAQ/Kernel/Modules/AgentFAQ.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** AgentFAQ.pm 28 Sep 2006 18:27:21 -0000 1.3
--- AgentFAQ.pm 2 Oct 2006 14:41:06 -0000 1.4
***************
*** 903,906 ****
--- 903,909 ----
# ---------------------------------------------------------- #
else {
+ if (!defined($Param{Nav})) {
+ $Param{Nav} = '';
+ }
return $Self->{LayoutObject}->Redirect(OP => "Action=$Self->{Action}&Subaction=Explorer&Nav=".$Param{Nav});
}
More information about the cvs-log
mailing list