diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-09-14 19:51:43 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-09-14 19:51:43 -0700 |
commit | 70f15c6662bbc9827128d553de31461e165fb27d (patch) | |
tree | bb99978c66f5d714e890c2cb968b6bd73f15da90 | |
parent | 4b8d6beb5e59402d68b1daf5e4f7220066d1b707 (diff) |
Add ability to sort albums by name. Fixes ticket #1377.
-rw-r--r-- | modules/gallery/helpers/album.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gallery/helpers/album.php b/modules/gallery/helpers/album.php index 0ac5e8b0..89185e50 100644 --- a/modules/gallery/helpers/album.php +++ b/modules/gallery/helpers/album.php @@ -114,6 +114,7 @@ class album_Core { "captured" => t("Date captured"), "created" => t("Date uploaded"), "title" => t("Title"), + "name" => t("File name"), "updated" => t("Date modified"), "view_count" => t("Number of views"), "rand_key" => t("Random")); |