[otrs-cvs] ITSMChangeManagement/Kernel/Modules CustomerITSMChangeSchedule.pm, 1.8, 1.8.4.1

"CVS commits notifications of OTRS.org" <[email protected]>
Newsgroups gmane.comp.otrs.cvs
Message-ID <[email protected]>
Comments:
Update of /home/cvs/ITSMChangeManagement/Kernel/Modules
In directory lancelot:/tmp/cvs-serv2477/Kernel/Modules

Modified Files:
      Tag: rel-3_1
	CustomerITSMChangeSchedule.pm 
Log Message:
Fixed uninitialized value error.

Author: ub

Index: CustomerITSMChangeSchedule.pm
===================================================================
RCS file: /home/cvs/ITSMChangeManagement/Kernel/Modules/CustomerITSMChangeSchedule.pm,v
retrieving revision 1.8
retrieving revision 1.8.4.1
diff -2 -u -d -r1.8 -r1.8.4.1
--- CustomerITSMChangeSchedule.pm	22 Dec 2010 09:02:44 -0000	1.8
+++ CustomerITSMChangeSchedule.pm	13 Dec 2012 13:34:04 -0000	1.8.4.1
@@ -1,5 +1,5 @@
 # --
 # Kernel/Modules/CustomerITSMChangeSchedule.pm - the OTRS::ITSM::ChangeManagement customer change schedule overview module
-# Copyright (C) 2001-2010 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
 # --
 # $Id$
@@ -557,5 +557,6 @@
 
                     # add current incident signal
-                    $ServiceData{CurInciSignal} = $InciSignals{ $ServiceData{CurInciStateType} };
+                    $ServiceData{CurInciSignal}
+                        = $InciSignals{ $ServiceData{CurInciStateType} || '' } || '';
 
                     # store service data
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.