From 243e836190128b14e1c5aa53b6d01b6771b19d8c Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sun, 31 Oct 2010 20:03:50 +0000 Subject: First cut at a album sorting interface --- actions/sortalbum.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 actions/sortalbum.php (limited to 'actions') diff --git a/actions/sortalbum.php b/actions/sortalbum.php new file mode 100644 index 000000000..1aa0e052f --- /dev/null +++ b/actions/sortalbum.php @@ -0,0 +1,18 @@ +setImageList($guids); + +system_message(sprintf(elgg_echo('tidypics:album:sorted'), $album->title)); +forward($album->getURL()); \ No newline at end of file -- cgit v1.2.3