From: brettp Date: Wed, 27 Apr 2011 19:39:54 +0000 (+0000) Subject: Removed stray test code. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=312cab981f0b8dc8bb7e03d19460884b8d673aff;p=lorea%2Felgg.git Removed stray test code. git-svn-id: http://code.elgg.org/elgg/trunk@9032 36083f99-b078-4883-b0ff-0f9b5a30f544 --- diff --git a/engine/lib/plugins.php b/engine/lib/plugins.php index 31b69ce3d..88217b782 100644 --- a/engine/lib/plugins.php +++ b/engine/lib/plugins.php @@ -380,7 +380,6 @@ function elgg_get_plugins($status = 'active', $site_guid = null) { $plugins = elgg_get_entities_from_relationship($options); elgg_set_ignore_access($old_ia); - $cache[$cache_hash] = $plugins; return $plugins; }