[otrs-cvs] otrs/Kernel/Modules AdminGenericInterfaceTransportHTTPSOAP.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/otrs/Kernel/Modules
In directory lancelot:/tmp/cvs-serv9142/Kernel/Modules
Modified Files:
AdminGenericInterfaceTransportHTTPSOAP.pm
Log Message:
Return warning if subaction is missing.
Author: mg
Index: AdminGenericInterfaceTransportHTTPSOAP.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Modules/AdminGenericInterfaceTransportHTTPSOAP.pm,v
retrieving revision 1.13
retrieving revision 1.14
diff -2 -u -d -r1.13 -r1.14
--- AdminGenericInterfaceTransportHTTPSOAP.pm 20 Nov 2012 14:38:37 -0000 1.13
+++ AdminGenericInterfaceTransportHTTPSOAP.pm 11 Jan 2013 15:58:06 -0000 1.14
@@ -1,5 +1,5 @@
# --
# Kernel/Modules/AdminGenericInterfaceTransportHTTPSOAP.pm - provides a TransportHTTPSOAP view for admins
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
# --
# $Id$
@@ -258,4 +258,8 @@
);
}
+
+ return $Self->{LayoutObject}->ErrorScreen(
+ Message => "Need Subaction!",
+ );
}
---------------------------------------------------------------------
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