diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-15 13:57:31 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-15 13:57:31 +0000 |
commit | c46bcbc60765629111e6069358f7af87a5fc50cc (patch) | |
tree | eff392a651907b92cb8174df23be9adf75803bdb /entities | |
parent | d8a397e02caa7731f4b3c05560404dfa60b9fc18 (diff) | |
download | elgg-c46bcbc60765629111e6069358f7af87a5fc50cc.tar.gz elgg-c46bcbc60765629111e6069358f7af87a5fc50cc.tar.bz2 |
Removed pagination in widgets
git-svn-id: https://code.elgg.org/elgg/trunk@1938 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'entities')
-rw-r--r-- | entities/index.php | 3 |
1 files changed, 3 insertions, 0 deletions
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)) {
|