diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2012-09-04 13:26:13 +0300 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2012-09-04 13:26:13 +0300 |
commit | a3cda32392b2c605427de2aff4898b509680a6f3 (patch) | |
tree | 77d6ae4bd8fe276eb1e117302835c1ecb11b4af7 /ocs | |
parent | 3d74c5b3ec6758fadeb641bf6b215c42b355ec5c (diff) | |
download | nextcloud-server-a3cda32392b2c605427de2aff4898b509680a6f3.tar.gz nextcloud-server-a3cda32392b2c605427de2aff4898b509680a6f3.zip |
Respect coding style
Diffstat (limited to 'ocs')
-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(); |