From a2e4f84be4da51b7ec8fbe625b1b26dde2ad9289 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Thu, 19 Jan 2012 19:59:48 -0500 Subject: small changes before a preview 2 release --- pages/photos/album/sort.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pages/photos/album/sort.php') 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)); -- cgit v1.2.3