aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vendor/extensions/gallery_links/app/controllers/refinery/gallery_links/gallery_links_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/extensions/gallery_links/app/controllers/refinery/gallery_links/gallery_links_controller.rb b/vendor/extensions/gallery_links/app/controllers/refinery/gallery_links/gallery_links_controller.rb
index 8fcbdbe..1f79f3d 100644
--- a/vendor/extensions/gallery_links/app/controllers/refinery/gallery_links/gallery_links_controller.rb
+++ b/vendor/extensions/gallery_links/app/controllers/refinery/gallery_links/gallery_links_controller.rb
@@ -22,7 +22,7 @@ module Refinery
protected
def find_all_gallery_links
- @gallery_links = GalleryLink.order('position ASC')
+ @gallery_links = GalleryLink.order('date DESC')
logger.debug "Found #{@gallery_links.length} galleries..."
end