diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-03-26 03:17:11 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-03-26 03:17:11 +0000 |
commit | 96df4419f4827bc711623e8083dbafbdc3ab477c (patch) | |
tree | 316d671a177f715646a7e291bc609b9550a93121 | |
parent | a28deb86741d35a0ab6365ed1455b8e50aa31c81 (diff) |
Revert r20492
-rw-r--r-- | core/helpers/album.php | 2 |
1 files changed, 1 insertions, 1 deletions
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") |