From 312cab981f0b8dc8bb7e03d19460884b8d673aff Mon Sep 17 00:00:00 2001 From: brettp Date: Wed, 27 Apr 2011 19:39:54 +0000 Subject: Removed stray test code. git-svn-id: http://code.elgg.org/elgg/trunk@9032 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/plugins.php | 1 - 1 file changed, 1 deletion(-) (limited to 'engine/lib/plugins.php') 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; } -- cgit v1.2.3