This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jredmine. See http://git.nuiton.org/jredmine.git commit 653e87b94e97d49ae82ffbd43feda0fd6ebfa416 Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Mar 4 12:47:50 2015 +0100 fixes #3644: Redmine error if could not save attachment --- .../main/redmine/jredmine-2.x/app/controllers/jredmine_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jredmine-client/src/main/redmine/jredmine-2.x/app/controllers/jredmine_controller.rb b/jredmine-client/src/main/redmine/jredmine-2.x/app/controllers/jredmine_controller.rb index c53ae56..2141011 100644 --- a/jredmine-client/src/main/redmine/jredmine-2.x/app/controllers/jredmine_controller.rb +++ b/jredmine-client/src/main/redmine/jredmine-2.x/app/controllers/jredmine_controller.rb @@ -391,7 +391,7 @@ class JredmineController < ActionController::Base Mailer.deliver_attachments_added(array) end else - render_status 505, "Could not save the file " + a + render_status 505, "Could not save the file " + attachment.to_s end render_result a end -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.