diff options
Diffstat (limited to 'lib/ocsclient.php')
-rw-r--r-- | lib/ocsclient.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/ocsclient.php b/lib/ocsclient.php index cfd529b2ec4..2d85e715090 100644 --- a/lib/ocsclient.php +++ b/lib/ocsclient.php @@ -26,7 +26,7 @@ * database. */ -class OC_OCSCLIENT{ +class OC_OCSClient{ /** * @brief Get all the categories from the OCS server @@ -160,4 +160,3 @@ class OC_OCSCLIENT{ } -?> |