Fixed bug when grouping image tags (galleries) by alphabet
This commit is contained in:
parent
7d44d4560c
commit
3da0922914
1 changed files with 1 additions and 1 deletions
|
@ -1957,7 +1957,7 @@ Site.prototype.getTags = function(type, group) {
|
|||
case Tags.ALPHABETICAL:
|
||||
return handler[group + type.titleize()];
|
||||
default:
|
||||
return handler.alphabeticalTags.get(group);
|
||||
return handler["alphabetical" + type.titleize()].get(group);
|
||||
}
|
||||
return null;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue