diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-03-28 03:48:30 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-03-28 03:48:30 +0000 |
commit | 770ba36d1a9c7aba5eb232f7b694e8a597dab33c (patch) | |
tree | d12a6169c62ecb97fb9ffac81de55b96b2e447e2 | |
parent | 6b8b1e26a6bc0e0ee0f0970f430e9240f23bd0d1 (diff) | |
download | elgg-770ba36d1a9c7aba5eb232f7b694e8a597dab33c.tar.gz elgg-770ba36d1a9c7aba5eb232f7b694e8a597dab33c.tar.bz2 |
updated comment
-rw-r--r-- | viewimage.php | 2 |
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) {
|