diff options
Diffstat (limited to 'entities/index.php')
-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)) {
|