[otrs-cvs] FAQ/Kernel/Modules CustomerFAQPrint.pm, 1.20, 1.21 PublicFAQPrint.pm, 1.13, 1.14
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/FAQ/Kernel/Modules
In directory lancelot:/tmp/cvs-serv30462/Kernel/Modules
Modified Files:
CustomerFAQPrint.pm PublicFAQPrint.pm
Log Message:
Fixed typo in error handling function call.
Author: mh
Index: CustomerFAQPrint.pm
===================================================================
RCS file: /home/cvs/FAQ/Kernel/Modules/CustomerFAQPrint.pm,v
retrieving revision 1.20
retrieving revision 1.21
diff -2 -u -d -r1.20 -r1.21
--- CustomerFAQPrint.pm 20 Nov 2012 13:04:14 -0000 1.20
+++ CustomerFAQPrint.pm 22 Jan 2013 14:14:48 -0000 1.21
@@ -1,5 +1,5 @@
# --
# Kernel/Modules/CustomerFAQPrint.pm - print layout for agent interface
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
# --
# $Id$
@@ -80,5 +80,5 @@
# check needed stuff
if ( !$GetParam{ItemID} ) {
- return $Self->{LayoutObject}->CustomerFataError(
+ return $Self->{LayoutObject}->CustomerFatalError(
Message => 'No ItemID is given!',
Comment => 'Please contact the admin.',
Author: mh
Index: PublicFAQPrint.pm
===================================================================
RCS file: /home/cvs/FAQ/Kernel/Modules/PublicFAQPrint.pm,v
retrieving revision 1.13
retrieving revision 1.14
diff -2 -u -d -r1.13 -r1.14
--- PublicFAQPrint.pm 20 Nov 2012 13:03:38 -0000 1.13
+++ PublicFAQPrint.pm 22 Jan 2013 14:14:48 -0000 1.14
@@ -1,5 +1,5 @@
# --
# Kernel/Modules/PublicFAQPrint.pm - print layout for agent interface
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
# --
# $Id$
@@ -75,5 +75,5 @@
# check needed stuff
if ( !$GetParam{ItemID} ) {
- return $Self->{LayoutObject}->CustomerFataError(
+ return $Self->{LayoutObject}->CustomerFatalError(
Message => 'No ItemID is given!',
Comment => 'Please contact the admin.',
---------------------------------------------------------------------
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