diff options
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); } + } |