Browse Source

Removed unused instance variable.

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

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

@@ -110,9 +110,6 @@ class ProjectsController < ApplicationController
def copy
@issue_custom_fields = IssueCustomField.find(:all, :order => "#{CustomField.table_name}.position")
@trackers = Tracker.sorted.all
@root_projects = Project.find(:all,
:conditions => "parent_id IS NULL AND status = #{Project::STATUS_ACTIVE}",
:order => 'name')
@source_project = Project.find(params[:id])
if request.get?
@project = Project.copy_from(@source_project)

Loading…
Cancel
Save