fix
This commit is contained in:
parent
2449cb1adc
commit
e2de5edd43
@ -264,6 +264,7 @@ func (self *templateEngine) genUkko(prefix, frontend string, wr io.Writer, datab
|
|||||||
var err error
|
var err error
|
||||||
if invertPagination {
|
if invertPagination {
|
||||||
page, err = database.GetUkkoPageCount()
|
page, err = database.GetUkkoPageCount()
|
||||||
|
page /= 10
|
||||||
}
|
}
|
||||||
if err == nil {
|
if err == nil {
|
||||||
self.genUkkoPaginated(prefix, frontend, wr, database, int(page), json, i18n, invertPagination)
|
self.genUkkoPaginated(prefix, frontend, wr, database, int(page), json, i18n, invertPagination)
|
||||||
|
Reference in New Issue
Block a user