aboutsummaryrefslogtreecommitdiff
path: root/entities
diff options
context:
space:
mode:
Diffstat (limited to 'entities')
-rw-r--r--entities/index.php3
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)) {