From 83cbd76b2e11b7d832e212ce1ffc77da7a3dd2a6 Mon Sep 17 00:00:00 2001 From: cash Date: Mon, 2 Jan 2012 21:00:16 -0500 Subject: sorting albums added back --- actions/photos/album/sort.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 actions/photos/album/sort.php (limited to 'actions/photos') diff --git a/actions/photos/album/sort.php b/actions/photos/album/sort.php new file mode 100644 index 000000000..613747784 --- /dev/null +++ b/actions/photos/album/sort.php @@ -0,0 +1,18 @@ +setImageList($guids); + +system_message(elgg_echo('tidypics:album:sorted', array($album->title))); +forward($album->getURL()); \ No newline at end of file -- cgit v1.2.3