diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-05-02 15:01:53 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-05-02 15:01:53 +0000 |
commit | b0397741e6b36331148f736375c09921bea9a5c3 (patch) | |
tree | 770027590dde419ff123f6b318a422c37edcc0c9 /engine | |
parent | 123260460a3b0c2f21a0fd1ba3713845081e5909 (diff) | |
download | elgg-b0397741e6b36331148f736375c09921bea9a5c3.tar.gz elgg-b0397741e6b36331148f736375c09921bea9a5c3.tar.bz2 |
The filestore is no longer so greedy about its init function, and therefore gets the correct filestore location
git-svn-id: https://code.elgg.org/elgg/trunk@630 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine')
-rw-r--r-- | engine/lib/filestore.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/filestore.php b/engine/lib/filestore.php index de8ab9358..ae8a5d127 100644 --- a/engine/lib/filestore.php +++ b/engine/lib/filestore.php @@ -690,5 +690,5 @@ } // Register a startup event - register_event_handler('init','system','filestore_init',0); + register_event_handler('init','system','filestore_init',100); ?>
\ No newline at end of file |