aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/filestore.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2011-10-19 07:46:57 -0400
committerCash Costello <cash.costello@gmail.com>2011-10-19 07:46:57 -0400
commita6089b1d67498888a7cffafcdc6599fa37e5bcf3 (patch)
treea8795a5d09eb889dd028d9c54929d3e9d70c10f4 /engine/lib/filestore.php
parentfb5243deb0046d68bc63e388fa16ead4d85bd11f (diff)
downloadelgg-a6089b1d67498888a7cffafcdc6599fa37e5bcf3.tar.gz
elgg-a6089b1d67498888a7cffafcdc6599fa37e5bcf3.tar.bz2
fixed minor errors in the documentation in plugins and filestore lib
Diffstat (limited to 'engine/lib/filestore.php')
-rw-r--r--engine/lib/filestore.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/filestore.php b/engine/lib/filestore.php
index 70b8bfb4c..a7aa1ff8c 100644
--- a/engine/lib/filestore.php
+++ b/engine/lib/filestore.php
@@ -474,7 +474,7 @@ function filestore_run_once() {
/**
* Initialise the file modules.
- * Listens to system boot and registers any appropriate file types and classes
+ * Listens to system init and configures the default filestore
*
* @return void
* @access private