From c46bcbc60765629111e6069358f7af87a5fc50cc Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 15 Aug 2008 13:57:31 +0000 Subject: Removed pagination in widgets git-svn-id: https://code.elgg.org/elgg/trunk@1938 36083f99-b078-4883-b0ff-0f9b5a30f544 --- entities/index.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'entities') diff --git a/entities/index.php b/entities/index.php index f33df9ced..00eb35677 100644 --- a/entities/index.php +++ b/entities/index.php @@ -24,6 +24,9 @@ $shell = true; } + $context = get_input('context'); + if ($context) set_context($context); + // Get the entity, if possible if ($entity = get_entity($guid)) { -- cgit v1.2.3