aboutsummaryrefslogtreecommitdiff
path: root/mod/thewire
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2012-06-23 10:35:29 -0400
committerCash Costello <cash.costello@gmail.com>2012-06-23 10:35:29 -0400
commit32b9e8488957c109db3fee86a0f941d3685cb52b (patch)
tree95c46685fef0418f90eba26e5be32b06bfbc2343 /mod/thewire
parent5e16ef8e61e7674ac8caa6ee770e106983d261da (diff)
downloadelgg-32b9e8488957c109db3fee86a0f941d3685cb52b.tar.gz
elgg-32b9e8488957c109db3fee86a0f941d3685cb52b.tar.bz2
Fixes #4610 better handling of content requiring a logged in user
Diffstat (limited to 'mod/thewire')
-rw-r--r--mod/thewire/pages/thewire/view.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/thewire/pages/thewire/view.php b/mod/thewire/pages/thewire/view.php
index 1818e725a..1709e5e9a 100644
--- a/mod/thewire/pages/thewire/view.php
+++ b/mod/thewire/pages/thewire/view.php
@@ -6,6 +6,7 @@
$post = get_entity(get_input('guid'));
if (!$post) {
register_error(elgg_echo('noaccess'));
+ $_SESSION['last_forward_from'] = current_page_url();
forward('');
}
$owner = $post->getOwnerEntity();