diff options
author | Cash Costello <cash.costello@gmail.com> | 2012-01-21 12:44:55 -0500 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2012-01-21 12:44:55 -0500 |
commit | 19a6962c819dc33a0967dcef56154f6930b52287 (patch) | |
tree | f81d3530358a4056caf12a695d0700b0c232a69d /documentation | |
parent | 8e4d4c50df3f19be4ad9c204797e57ecd9ba02b3 (diff) | |
download | elgg-19a6962c819dc33a0967dcef56154f6930b52287.tar.gz elgg-19a6962c819dc33a0967dcef56154f6930b52287.tar.bz2 |
Fixes #4180 finished conversion to system cache by converting datalist/CONFIG var name
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/info/config.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/info/config.php b/documentation/info/config.php index 19e76c8ae..b45428477 100644 --- a/documentation/info/config.php +++ b/documentation/info/config.php @@ -218,11 +218,11 @@ $CONFIG->dataroot; $CONFIG->simplecache_enabled; /** - * Is view paths cache enabled + * Is the system cache enabled * - * @global string $CONFIG->viewpath_cache_enabled + * @global string $CONFIG->system_cache_enabled */ -$CONFIG->viewpath_cache_enabled; +$CONFIG->system_cache_enabled; /** * The site description from the current site object. |