aboutsummaryrefslogtreecommitdiff
path: root/pages/photos
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2012-01-19 19:59:48 -0500
committerCash Costello <cash.costello@gmail.com>2012-01-19 19:59:48 -0500
commita2e4f84be4da51b7ec8fbe625b1b26dde2ad9289 (patch)
tree456380886ee6418e426aadd578298000bde5f88a /pages/photos
parentd24d480f6510b3817f3e85699714ca6ed7ab234c (diff)
downloadelgg-a2e4f84be4da51b7ec8fbe625b1b26dde2ad9289.tar.gz
elgg-a2e4f84be4da51b7ec8fbe625b1b26dde2ad9289.tar.bz2
small changes before a preview 2 release
Diffstat (limited to 'pages/photos')
-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 874da4777..a1d890be1 100644
--- a/pages/photos/album/sort.php
+++ b/pages/photos/album/sort.php
@@ -31,7 +31,7 @@ if (elgg_instanceof($owner, 'group')) {
elgg_push_breadcrumb($owner->name, "photos/owner/$owner->username");
}
elgg_push_breadcrumb($album->title, $album->getURL());
-elgg_push_breadcrumb($title);
+elgg_push_breadcrumb(elgg_echo('album:sort'));
$content = elgg_view_form('photos/album/sort', array(), array('album' => $album));