Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ocs
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2012-09-04 14:26:13 +0400
committerThomas Müller <thomas.mueller@tmit.eu>2012-09-04 14:26:13 +0400
commita3cda32392b2c605427de2aff4898b509680a6f3 (patch)
tree77d6ae4bd8fe276eb1e117302835c1ecb11b4af7 /ocs
parent3d74c5b3ec6758fadeb641bf6b215c42b355ec5c (diff)
Respect coding style
Diffstat (limited to 'ocs')
-rw-r--r--ocs/v1.php2
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();