diff options
Diffstat (limited to 'actions/photos/album')
-rw-r--r-- | actions/photos/album/sort.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/photos/album/sort.php b/actions/photos/album/sort.php index 613747784..453f51ac5 100644 --- a/actions/photos/album/sort.php +++ b/actions/photos/album/sort.php @@ -14,5 +14,5 @@ $guids = explode(',', $guids); $album->setImageList($guids); -system_message(elgg_echo('tidypics:album:sorted', array($album->title))); +system_message(elgg_echo('tidypics:album:sorted', array($album->getTitle()))); forward($album->getURL());
\ No newline at end of file |