Index: app/controllers/issues_controller.rb =================================================================== --- app/controllers/issues_controller.rb (revision 1339) +++ app/controllers/issues_controller.rb (working copy) @@ -345,7 +345,7 @@ def preview @issue = @project.issues.find_by_id(params[:id]) if params[:id] - @attachements = issue.attachments if @issue + @attachements = @issue.attachments if @issue @text = params[:notes] || (params[:issue] ? params[:issue][:description] : nil) render :partial => 'common/preview' end