@@ -69,6 +69,7 class IssuesController < ApplicationController | |||||
69 | @limit = Setting.feeds_limit.to_i |
|
69 | @limit = Setting.feeds_limit.to_i | |
70 | when 'xml', 'json' |
|
70 | when 'xml', 'json' | |
71 | @offset, @limit = api_offset_and_limit |
|
71 | @offset, @limit = api_offset_and_limit | |
|
72 | @query.column_names = %w(author) | |||
72 | else |
|
73 | else | |
73 | @limit = per_page_option |
|
74 | @limit = per_page_option | |
74 | end |
|
75 | end |
General Comments 0
You need to be logged in to leave comments.
Login now