aboutsummaryrefslogtreecommitdiff
path: root/pages/photos/image/view.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2011-11-28 07:50:23 -0500
committerCash Costello <cash.costello@gmail.com>2011-11-28 07:50:23 -0500
commitefdd4b6544e14355f6ae0e6151c6f828271d3913 (patch)
treeddc1de199af538df367e625ab5f3cea420e039cd /pages/photos/image/view.php
parentca5a35607dfb277cecba120ce27eece7c59f270a (diff)
downloadelgg-efdd4b6544e14355f6ae0e6151c6f828271d3913.tar.gz
elgg-efdd4b6544e14355f6ae0e6151c6f828271d3913.tar.bz2
working on album sorting
Diffstat (limited to 'pages/photos/image/view.php')
-rw-r--r--pages/photos/image/view.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/photos/image/view.php b/pages/photos/image/view.php
index d9231eb08..f172b7cd6 100644
--- a/pages/photos/image/view.php
+++ b/pages/photos/image/view.php
@@ -21,7 +21,7 @@ $owner = elgg_get_page_owner_entity();
// set up breadcrumbs
elgg_push_breadcrumb(elgg_echo('photos'), 'photos/all');
-if (elgg_instanceof($page_owner, 'group')) {
+if (elgg_instanceof($owner, 'group')) {
elgg_push_breadcrumb($owner->name, "photos/group/$owner->guid/all");
} else {
elgg_push_breadcrumb($owner->name, "photos/owner/$owner->username");