Fix bug.
This commit is contained in:
parent
6b21a62109
commit
07ff880f64
|
@ -124,8 +124,8 @@ class ArchivesController < ApplicationController
|
|||
serial_number = 0
|
||||
if archives.count != 0
|
||||
archives = archives.map.with_index do |archive,idx|
|
||||
|
||||
|
||||
data, serial_number, idx = archive.get_frontend_data(locale, serial_number, idx)
|
||||
archives << data
|
||||
end
|
||||
each_data_count.push(archives.length)
|
||||
sorted = archives
|
||||
|
|
Loading…
Reference in New Issue