summaryrefslogtreecommitdiffstats
path: root/lib/ocs/config.php
diff options
context:
space:
mode:
authorTom Needham <needham.thomas@gmail.com>2012-12-12 18:06:07 +0000
committerTom Needham <needham.thomas@gmail.com>2012-12-12 18:06:07 +0000
commit3cc34055368114d81e722adea03a2118e78d2aac (patch)
tree67c491904a4af641c9b89238cae76e3803a2bccd /lib/ocs/config.php
parent2a4b554ca67ba55c75bbff75777285e550dca84f (diff)
downloadnextcloud-server-3cc34055368114d81e722adea03a2118e78d2aac.tar.gz
nextcloud-server-3cc34055368114d81e722adea03a2118e78d2aac.zip
API: Remove old code. Move remaining methods to OC_OCS_Result.
Diffstat (limited to 'lib/ocs/config.php')
-rw-r--r--lib/ocs/config.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ocs/config.php b/lib/ocs/config.php
index eb9e470381a..52affcd65ee 100644
--- a/lib/ocs/config.php
+++ b/lib/ocs/config.php
@@ -10,4 +10,5 @@ class OC_OCS_Config {
$xml['ssl'] = 'false';
return new OC_OCS_Result($xml);
}
+
}