From 854ca75400a8bae53f5fc708c87c822b02bbcda8 Mon Sep 17 00:00:00 2001 From: Tristan Zur Date: Mon, 15 Aug 2016 20:47:59 +0200 Subject: Default sort order changed to captured time --- modules/gallery/models/item.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gallery/models/item.php b/modules/gallery/models/item.php index c446eea..ec95420 100644 --- a/modules/gallery/models/item.php +++ b/modules/gallery/models/item.php @@ -32,7 +32,7 @@ class Item_Model_Core extends ORM_MPTT { $this->rand_key = random::percent(); $this->thumb_dirty = 1; $this->resize_dirty = 1; - $this->sort_column = "created"; + $this->sort_column = "captured"; $this->sort_order = "ASC"; $this->owner_id = identity::active_user()->id; } -- cgit v1.0-28-g1787