aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/plugins.php
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-04-27 19:39:54 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-04-27 19:39:54 +0000
commit312cab981f0b8dc8bb7e03d19460884b8d673aff (patch)
tree1f5d3d2812ada15f6418f7712e335dc9e786ee42 /engine/lib/plugins.php
parent9672142684f84dd26f2520f8f33979e1c638041e (diff)
downloadelgg-312cab981f0b8dc8bb7e03d19460884b8d673aff.tar.gz
elgg-312cab981f0b8dc8bb7e03d19460884b8d673aff.tar.bz2
Removed stray test code.
git-svn-id: http://code.elgg.org/elgg/trunk@9032 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/plugins.php')
-rw-r--r--engine/lib/plugins.php1
1 files changed, 0 insertions, 1 deletions
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;
}