From 06ba6ccfb8bb5a8da8464d8f86454b468744c9cc Mon Sep 17 00:00:00 2001 From: cash Date: Wed, 1 Feb 2012 18:57:00 -0500 Subject: fixed logic that caused plugin language files to not be loaded --- engine/lib/plugins.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'engine/lib/plugins.php') diff --git a/engine/lib/plugins.php b/engine/lib/plugins.php index 488387ba7..07b21d276 100644 --- a/engine/lib/plugins.php +++ b/engine/lib/plugins.php @@ -303,9 +303,6 @@ function elgg_load_plugins() { if (elgg_get_config('system_cache_loaded')) { $start_flags = $start_flags & ~ELGG_PLUGIN_REGISTER_VIEWS; - if ($CONFIG->i18n_loaded_from_cache) { - $start_flags = $start_flags & ~ELGG_PLUGIN_REGISTER_LANGUAGES; - } } $return = true; -- cgit v1.2.3