Browse Source

Test failure.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11224 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/2.3.0
Jean-Philippe Lang 11 years ago
parent
commit
8b23d41cf9
1 changed files with 2 additions and 3 deletions
  1. 2
    3
      app/controllers/projects_controller.rb

+ 2
- 3
app/controllers/projects_controller.rb View File

@@ -139,9 +139,8 @@ class ProjectsController < ApplicationController
# Show @project
def show
if params[:jump]
# try to redirect to the requested menu item
redirect_to_project_menu_item(@project, params[:jump])
# try to redirect to the requested menu item
if params[:jump] && redirect_to_project_menu_item(@project, params[:jump])
return
end


Loading…
Cancel
Save