diff options
Diffstat (limited to 'lib/private/ocs.php')
-rw-r--r-- | lib/private/ocs.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/private/ocs.php b/lib/private/ocs.php index f03f0c6a1a6..c5133bf9ee8 100644 --- a/lib/private/ocs.php +++ b/lib/private/ocs.php @@ -41,6 +41,7 @@ class OC_OCS { $format = \OC::$server->getRequest()->getParam('format', 'xml'); $txt='Invalid query, please check the syntax. API specifications are here:' .' http://www.freedesktop.org/wiki/Specifications/open-collaboration-services. DEBUG OUTPUT:'."\n"; - OC_API::respond(new OC_OCS_Result(null, API::RESPOND_UNKNOWN_ERROR, $txt), $format); } + OC_API::respond(new OC_OCS_Result(null, API::RESPOND_UNKNOWN_ERROR, $txt), $format); + } } |