From 96df4419f4827bc711623e8083dbafbdc3ab477c Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Thu, 26 Mar 2009 03:17:11 +0000 Subject: Revert r20492 --- core/helpers/album.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/helpers') diff --git a/core/helpers/album.php b/core/helpers/album.php index ff091b10..ecb8b5ff 100644 --- a/core/helpers/album.php +++ b/core/helpers/album.php @@ -46,7 +46,7 @@ class album_Core { $album->thumb_dirty = 1; $album->resize_dirty = 1; $album->rand_key = ((float)mt_rand()) / (float)mt_getrandmax(); - $album->sort_column = "title"; + $album->sort_column = "id"; $album->sort_order = "ASC"; while (ORM::factory("item") -- cgit v1.2.3