diff options
Diffstat (limited to 'modules/gallery/models/item.php')
| -rw-r--r-- | modules/gallery/models/item.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
