##// END OF EJS Templates
Fixed: Feed content limit ignored on issues list....
Jean-Philippe Lang -
r2891:6994a81209be
parent child
Show More
@@ -57,7 +57,7 class IssuesController < ApplicationController
57 57 limit = per_page_option
58 58 respond_to do |format|
59 59 format.html { }
60 format.atom { }
60 format.atom { limit = Setting.feeds_limit.to_i }
61 61 format.csv { limit = Setting.issues_export_limit.to_i }
62 62 format.pdf { limit = Setting.issues_export_limit.to_i }
63 63 end
General Comments 0
You need to be logged in to leave comments. Login now