Mercurial > hg > soundsoftware-site
comparison test/fixtures/files/.svn/text-base/060719210727_changeset_utf8.diff.svn-base @ 244:8972b600f4fb
Add some files from SVN working copy that addremove had overlooked
author | Chris Cannam |
---|---|
date | Thu, 03 Mar 2011 11:40:10 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
243:0c38ffddde77 | 244:8972b600f4fb |
---|---|
1 Index: trunk/app/controllers/issues_controller.rb | |
2 =================================================================== | |
3 --- trunk/app/controllers/issues_controller.rb (révision 1483) | |
4 +++ trunk/app/controllers/issues_controller.rb (révision 1484) | |
5 @@ -149,7 +149,7 @@ | |
6 attach_files(@issue, params[:attachments]) | |
7 flash[:notice] = 'Demande créée avec succès' | |
8 Mailer.deliver_issue_add(@issue) if Setting.notified_events.include?('issue_added') | |
9 - redirect_to :controller => 'issues', :action => 'show', :id => @issue, :project_id => @project | |
10 + redirect_to :controller => 'issues', :action => 'show', :id => @issue | |
11 return | |
12 end | |
13 end |