aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/filestore.php
diff options
context:
space:
mode:
authoricewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-05-01 15:55:14 +0000
committericewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-05-01 15:55:14 +0000
commit6aac0a6d0dca10aa3dc7ea30adbae637661ff04a (patch)
tree5d32f4ca26abc419614f039ccc9e9ecffe054722 /engine/lib/filestore.php
parent9d3ebe824929d119c23b688763c03232da8c4130 (diff)
downloadelgg-6aac0a6d0dca10aa3dc7ea30adbae637661ff04a.tar.gz
elgg-6aac0a6d0dca10aa3dc7ea30adbae637661ff04a.tar.bz2
Marcus Povey <marcus@dushka.co.uk>
* Bugfix git-svn-id: https://code.elgg.org/elgg/trunk@608 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/filestore.php')
-rw-r--r--engine/lib/filestore.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/engine/lib/filestore.php b/engine/lib/filestore.php
index 662bf81ec..8610c23f0 100644
--- a/engine/lib/filestore.php
+++ b/engine/lib/filestore.php
@@ -680,6 +680,8 @@
*/
function filestore_init()
{
+ global $CONFIG;
+
// Now register a default filestore
set_default_filestore(new ElggDiskFilestore($CONFIG->dataroot));