summaryrefslogtreecommitdiffstats
path: root/lib/ocs.php
diff options
context:
space:
mode:
authorTom Needham <needham.thomas@gmail.com>2012-09-17 12:07:42 +0000
committerTom Needham <needham.thomas@gmail.com>2012-09-17 12:07:42 +0000
commit8926038591a2c290580f13cbb5d8581d0f7861e5 (patch)
treec029a7223020cbe992a512dd3cb8cd3c0c351e39 /lib/ocs.php
parent0f07226270d02ba7b8b1da8247cdbcb206a6c744 (diff)
downloadnextcloud-server-8926038591a2c290580f13cbb5d8581d0f7861e5.tar.gz
nextcloud-server-8926038591a2c290580f13cbb5d8581d0f7861e5.zip
API: Fix merge conflict remnants
Diffstat (limited to 'lib/ocs.php')
-rw-r--r--lib/ocs.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ocs.php b/lib/ocs.php
index 6cdb2480860..1cec3ecc7c0 100644
--- a/lib/ocs.php
+++ b/lib/ocs.php
@@ -82,7 +82,6 @@ class OC_OCS {
echo('internal server error: method not supported');
exit();
}
-<<<<<<< HEAD
$format = self::readData($method, 'format', 'text', '');
$txt='Invalid query, please check the syntax. API specifications are here: http://www.freedesktop.org/wiki/Specifications/open-collaboration-services. DEBUG OUTPUT:'."\n";
$txt.=OC_OCS::getDebugOutput();