summaryrefslogtreecommitdiffstats
path: root/xmlrpc.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'xmlrpc.cgi')
-rwxr-xr-xxmlrpc.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlrpc.cgi b/xmlrpc.cgi
index 10c245ef6..c98dd1b73 100755
--- a/xmlrpc.cgi
+++ b/xmlrpc.cgi
@@ -28,7 +28,7 @@ use Bugzilla::WebService::Constants;
eval { require Bugzilla::WebService::Server::XMLRPC; };
$@ && ThrowCodeError('soap_not_installed');
-Bugzilla->usage_mode(USAGE_MODE_WEBSERVICE);
+Bugzilla->usage_mode(USAGE_MODE_XMLRPC);
# Fix the error code that SOAP::Lite uses for Perl errors.
local $SOAP::Constants::FAULT_SERVER;