From dd5690916b8acb952669914c0e7dfc3ebf0842c2 Mon Sep 17 00:00:00 2001 From: cash Date: Wed, 25 Jan 2012 19:19:27 -0500 Subject: caching language data --- engine/lib/configuration.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engine/lib/configuration.php') 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'); } -- cgit v1.2.3