summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers/album.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2010-09-14 19:51:43 -0700
committerBharat Mediratta <bharat@menalto.com>2010-09-14 19:51:43 -0700
commit70f15c6662bbc9827128d553de31461e165fb27d (patch)
treebb99978c66f5d714e890c2cb968b6bd73f15da90 /modules/gallery/helpers/album.php
parent4b8d6beb5e59402d68b1daf5e4f7220066d1b707 (diff)
Add ability to sort albums by name. Fixes ticket #1377.
Diffstat (limited to 'modules/gallery/helpers/album.php')
-rw-r--r--modules/gallery/helpers/album.php1
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"));