[otrs-cvs] otrs/Kernel/Modules AdminProcessManagement.pm, 1.42, 1.43
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/Kernel/Modules
In directory lancelot:/tmp/cvs-serv17524/Kernel/Modules
Modified Files:
AdminProcessManagement.pm
Log Message:
Fixed bug#9031 - ProcessManagement Transition condition with regexp fails.
Author: cr
Index: AdminProcessManagement.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Modules/AdminProcessManagement.pm,v
retrieving revision 1.42
retrieving revision 1.43
diff -2 -u -d -r1.42 -r1.43
--- AdminProcessManagement.pm 13 Dec 2012 15:54:00 -0000 1.42
+++ AdminProcessManagement.pm 11 Jan 2013 04:40:24 -0000 1.43
@@ -1,5 +1,5 @@
# --
# Kernel/Modules/AdminProcessManagement.pm - process management
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
# --
# $Id$
@@ -1003,7 +1003,8 @@
my $ProcessDump = $Self->{ProcessObject}->ProcessDump(
- ResultType => 'FILE',
- Location => $Location,
- UserID => $Self->{UserID},
+ ResultType => 'FILE',
+ Location => $Location,
+ QuoteRegexp => 1,
+ UserID => $Self->{UserID},
);
---------------------------------------------------------------------
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