diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-02-15 20:19:48 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-02-21 20:48:48 +0100 |
commit | 325858e9e239b726a207ac150404863df509935c (patch) | |
tree | 7f2480657001a03a2ac5d6ae3120886a9a025b5e /lib/base.php | |
parent | c121a1a1e7d9ae554005b8438d8ad999cdacc601 (diff) | |
download | nextcloud-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.php | 2 |
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'); |