diff options
Diffstat (limited to 'system/db/init.go')
-rw-r--r-- | system/db/init.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/db/init.go b/system/db/init.go index 399a1e2..1a5ed25 100644 --- a/system/db/init.go +++ b/system/db/init.go @@ -73,7 +73,7 @@ func Init() { // sort all content into type_sorted buckets go func() { for t := range content.Types { - SortContent(t + "_sorted") + SortContent(t) } }() |