diff options
-rw-r--r-- | ocs/v1.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ocs/v1.php b/ocs/v1.php index ab0dc80f4ba..b12ea5ef18d 100644 --- a/ocs/v1.php +++ b/ocs/v1.php @@ -21,6 +21,6 @@ * */ -require_once('../lib/base.php'); +require_once '../lib/base.php'; @ob_clean(); OC_OCS::handle(); |