aboutsummaryrefslogtreecommitdiff
path: root/pages/photos/image
diff options
context:
space:
mode:
Diffstat (limited to 'pages/photos/image')
-rw-r--r--pages/photos/image/view.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/pages/photos/image/view.php b/pages/photos/image/view.php
index 6bd0257e0..1d359b6c7 100644
--- a/pages/photos/image/view.php
+++ b/pages/photos/image/view.php
@@ -12,7 +12,9 @@ group_gatekeeper();
$photo_guid = (int) get_input('guid');
$photo = get_entity($photo_guid);
if (!$photo) {
-
+ register_error(elgg_echo('noaccess'));
+ $_SESSION['last_forward_from'] = current_page_url();
+ forward('');
}
$photo->addView();