summaryrefslogtreecommitdiffstats
path: root/webdav
diff options
context:
space:
mode:
authorRobin <robin@Amaya.(none)>2010-04-24 12:40:20 +0200
committerRobin <robin@Amaya.(none)>2010-04-24 12:40:20 +0200
commitd9e0d5decad7c52d2e78606d7be7570e675b0dbb (patch)
tree33c6aedb8545f5638c0c95d9611965d62c82738c /webdav
parent9be88c0080263b3ac4106b277520705415d74e3f (diff)
downloadnextcloud-server-d9e0d5decad7c52d2e78606d7be7570e675b0dbb.tar.gz
nextcloud-server-d9e0d5decad7c52d2e78606d7be7570e675b0dbb.zip
remove dependency on set_include_path because not all hosts support it
Diffstat (limited to 'webdav')
-rwxr-xr-xwebdav/owncloud.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/webdav/owncloud.php b/webdav/owncloud.php
index 6699526be28..ac831789a08 100755
--- a/webdav/owncloud.php
+++ b/webdav/owncloud.php
@@ -23,7 +23,7 @@
require_once('../inc/lib_base.php');
-require_once('HTTP/WebDAV/Server/Filesystem.php');
+oc_require_once('HTTP/WebDAV/Server/Filesystem.php');
ini_set('default_charset', 'UTF-8');