Commit c3e3a189 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

Small fix in project activity feed.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@793 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 47e7ceac
......@@ -436,7 +436,7 @@ class ProjectsController < ApplicationController
@month ||= Date.today.month
case params[:format]
when 'rss'
when 'atom'
# 30 last days
@date_from = Date.today - 30
@date_to = Date.today + 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment