From 891739afadddad56b517b7d565458296eeb58c0b Mon Sep 17 00:00:00 2001 From: cash Date: Fri, 11 Feb 2011 22:51:08 +0000 Subject: some clean up of the categories plugin - html/css polish needed git-svn-id: http://code.elgg.org/elgg/trunk@8122 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/categories/listing.php | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'mod/categories/listing.php') diff --git a/mod/categories/listing.php b/mod/categories/listing.php index 19fb65069..abbcf6785 100644 --- a/mod/categories/listing.php +++ b/mod/categories/listing.php @@ -1,16 +1,14 @@ FALSE, 'metadata_case_sensitive' => FALSE, ); -elgg_push_context('search'); $objects = elgg_list_entities_from_metadata($params); -elgg_pop_context(); $title = elgg_echo('categories:results', array($category)); -- cgit v1.2.3