summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2021-03-06 06:45:51 +0000
committerGo MAEDA <maeda@farend.jp>2021-03-06 06:45:51 +0000
commitce5c54a590330f89a726586d836c4fdf98f01034 (patch)
tree8b3ed35abb1a076e8749610648ac5d3aebbeae02 /lib
parent8fcef23fef33031cc721f9c0052710e11f316a03 (diff)
downloadredmine-ce5c54a590330f89a726586d836c4fdf98f01034.tar.gz
redmine-ce5c54a590330f89a726586d836c4fdf98f01034.zip
Reverts r20762
git-svn-id: http://svn.redmine.org/redmine/trunk@20763 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib')
-rw-r--r--lib/redmine.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/redmine.rb b/lib/redmine.rb
index 142b60888..2d4dd0f7d 100644
--- a/lib/redmine.rb
+++ b/lib/redmine.rb
@@ -225,7 +225,7 @@ Redmine::MenuManager.map :application_menu do |menu|
menu.push :projects, {:controller => 'projects', :action => 'index'},
:permission => nil,
:caption => :label_project_plural
- menu.push :activity, {:controller => 'activities', :action => 'index', :id => nil}
+ menu.push :activity, {:controller => 'activities', :action => 'index'}
menu.push(
:issues,
{:controller => 'issues', :action => 'index'},