diff options
Diffstat (limited to 'app/controllers/projects_controller.rb')
-rw-r--r-- | app/controllers/projects_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/projects_controller.rb b/app/controllers/projects_controller.rb index ce4b24b8b..cfac01b9a 100644 --- a/app/controllers/projects_controller.rb +++ b/app/controllers/projects_controller.rb @@ -240,7 +240,7 @@ class ProjectsController < ApplicationController render :layout => false if request.xhr? } format.atom { - title = (@scope.size == 1) ? l("label_#{@scope.first.singularize}_plural") : l(:label_activity) + title = (@activity.scope.size == 1) ? l("label_#{@activity.scope.first.singularize}_plural") : l(:label_activity) render_feed(events, :title => "#{@project || Setting.app_title}: #{title}") } end |