aboutsummaryrefslogtreecommitdiff
path: root/viewimage.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2009-03-28 03:48:30 +0000
committerCash Costello <cash.costello@gmail.com>2009-03-28 03:48:30 +0000
commit770ba36d1a9c7aba5eb232f7b694e8a597dab33c (patch)
treed12a6169c62ecb97fb9ffac81de55b96b2e447e2 /viewimage.php
parent6b8b1e26a6bc0e0ee0f0970f430e9240f23bd0d1 (diff)
downloadelgg-770ba36d1a9c7aba5eb232f7b694e8a597dab33c.tar.gz
elgg-770ba36d1a9c7aba5eb232f7b694e8a597dab33c.tar.bz2
updated comment
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) {