diff options
author | cash <cash.costello@gmail.com> | 2012-01-25 19:19:27 -0500 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2012-01-25 19:19:27 -0500 |
commit | dd5690916b8acb952669914c0e7dfc3ebf0842c2 (patch) | |
tree | 74714627c607e1710fa7e611250483f3b0c06df9 /engine/lib/configuration.php | |
parent | 6a2d3d7c2d22f57f28472d9d023788d20d41f005 (diff) | |
download | elgg-dd5690916b8acb952669914c0e7dfc3ebf0842c2.tar.gz elgg-dd5690916b8acb952669914c0e7dfc3ebf0842c2.tar.bz2 |
caching language data
Diffstat (limited to 'engine/lib/configuration.php')
-rw-r--r-- | engine/lib/configuration.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engine/lib/configuration.php b/engine/lib/configuration.php index 7f787331f..998cd1943 100644 --- a/engine/lib/configuration.php +++ b/engine/lib/configuration.php @@ -614,6 +614,8 @@ function _elgg_load_application_config() { $lastcached = datalist_get("simplecache_lastcached_$viewtype"); $CONFIG->lastcache = $lastcached; + $CONFIG->i18n_loaded_from_cache = false; + // this must be synced with the enum for the entities table $CONFIG->entity_types = array('group', 'object', 'site', 'user'); } |