aboutsummaryrefslogtreecommitdiff
path: root/pages/photos/album/sort.php
diff options
context:
space:
mode:
Diffstat (limited to 'pages/photos/album/sort.php')
-rw-r--r--pages/photos/album/sort.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/photos/album/sort.php b/pages/photos/album/sort.php
index a1d890be1..8b6d1bfc7 100644
--- a/pages/photos/album/sort.php
+++ b/pages/photos/album/sort.php
@@ -30,7 +30,7 @@ if (elgg_instanceof($owner, 'group')) {
} else {
elgg_push_breadcrumb($owner->name, "photos/owner/$owner->username");
}
-elgg_push_breadcrumb($album->title, $album->getURL());
+elgg_push_breadcrumb($album->getTitle(), $album->getURL());
elgg_push_breadcrumb(elgg_echo('album:sort'));