To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / .svn / pristine / 9d / 9d033118025939ee80f1bb007d00e14b1310da13.svn-base @ 1297:0a574315af3e
History | View | Annotate | Download (686 Bytes)
| 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 |