summaryrefslogtreecommitdiffstats
path: root/lib/base.php
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2012-02-15 20:19:48 +0100
committerRobin Appelman <icewind@owncloud.com>2012-02-21 20:48:48 +0100
commit325858e9e239b726a207ac150404863df509935c (patch)
tree7f2480657001a03a2ac5d6ae3120886a9a025b5e /lib/base.php
parentc121a1a1e7d9ae554005b8438d8ad999cdacc601 (diff)
downloadnextcloud-server-325858e9e239b726a207ac150404863df509935c.tar.gz
nextcloud-server-325858e9e239b726a207ac150404863df509935c.zip
add stream wrapper for in-memory files and dont use global variables for the fakedir stream wrapper
Diffstat (limited to 'lib/base.php')
-rw-r--r--lib/base.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/base.php b/lib/base.php
index 5b6ed9bcb1f..94e4907fed2 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -279,7 +279,7 @@ if(!function_exists('get_temp_dir')) {
OC::init();
-require_once('fakedirstream.php');
+require_once('streamwrappers.php');