]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Removed stray test code.
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Wed, 27 Apr 2011 19:39:54 +0000 (19:39 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Wed, 27 Apr 2011 19:39:54 +0000 (19:39 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@9032 36083f99-b078-4883-b0ff-0f9b5a30f544

engine/lib/plugins.php

index 31b69ce3dd2f7284c2aefec87124383b999f0071..88217b7822578cc2f2d498cd2afb8fce58a141df 100644 (file)
@@ -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;
 }