diff options
author | Tom Needham <needham.thomas@gmail.com> | 2012-12-12 18:06:07 +0000 |
---|---|---|
committer | Tom Needham <needham.thomas@gmail.com> | 2012-12-12 18:06:07 +0000 |
commit | 3cc34055368114d81e722adea03a2118e78d2aac (patch) | |
tree | 67c491904a4af641c9b89238cae76e3803a2bccd /lib/ocs/config.php | |
parent | 2a4b554ca67ba55c75bbff75777285e550dca84f (diff) | |
download | nextcloud-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.php | 1 |
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); } + } |