aboutsummaryrefslogtreecommitdiff
path: root/viewimage.php
diff options
context:
space:
mode:
Diffstat (limited to 'viewimage.php')
-rw-r--r--viewimage.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/viewimage.php b/viewimage.php
index 8231bef3d..6734fdffd 100644
--- a/viewimage.php
+++ b/viewimage.php
@@ -16,7 +16,7 @@
// panic if we can't get it
if (!$photo) forward();
- // container of photo should always be set, but just in case
+ // set page owner based on owner of photo album
set_page_owner($photo->owner_guid);
$album = get_entity($photo->container_guid);
if ($album) {