summaryrefslogtreecommitdiffstats
path: root/files/webdav.php
diff options
context:
space:
mode:
authorRobin Appelman <icewind1991@gmail.com>2011-04-16 10:12:53 +0200
committerRobin Appelman <icewind1991@gmail.com>2011-04-16 10:12:53 +0200
commit232654cb606af856d24c4b01353f18ac4a48e9bc (patch)
tree6b75128d02cc082e8a8bbcc26cfd921391562e17 /files/webdav.php
parent3d89b2caa41bc99f48b8377c87e9c653f467631d (diff)
downloadnextcloud-server-232654cb606af856d24c4b01353f18ac4a48e9bc.tar.gz
nextcloud-server-232654cb606af856d24c4b01353f18ac4a48e9bc.zip
get rid of the oc_require and friends
Diffstat (limited to 'files/webdav.php')
-rw-r--r--files/webdav.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/webdav.php b/files/webdav.php
index 7863818cc20..4b1393c110b 100644
--- a/files/webdav.php
+++ b/files/webdav.php
@@ -23,7 +23,7 @@
require_once('../lib/base.php');
-oc_require_once('HTTP/WebDAV/Server/Filesystem.php');
+require_once('HTTP/WebDAV/Server/Filesystem.php');
ini_set('default_charset', 'UTF-8');