aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2012-01-27 07:55:36 -0500
committerCash Costello <cash.costello@gmail.com>2012-01-27 07:55:36 -0500
commit221bc24171ada6a28387956e7d844e58c366e76c (patch)
treebebbb119993e2ce84e90370230aefa681aed590e
parent1971bda0d74afa534b0149a7533ce04f3890ffec (diff)
downloadelgg-221bc24171ada6a28387956e7d844e58c366e76c.tar.gz
elgg-221bc24171ada6a28387956e7d844e58c366e76c.tar.bz2
Fixes #3651 fixed documentation of disable db cache setting and updated wiki
-rw-r--r--engine/settings.example.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/settings.example.php b/engine/settings.example.php
index 011770f89..3b139d710 100644
--- a/engine/settings.example.php
+++ b/engine/settings.example.php
@@ -107,7 +107,7 @@ $CONFIG->broken_mta = FALSE;
*
* Elgg stores each query and its results in a query cache.
* On large sites or long-running scripts, this cache can grow to be
- * large. To disable query caching, set this to FALSE.
+ * large. To disable query caching, set this to TRUE.
*
* @global bool $CONFIG->db_disable_query_cache
*/