Removed unnecessary call to value.save

removing this call fixed the plugin's ability to update reports.
This functionality must of been removed in redmine 1.4.x

closes #24
This commit is contained in:
2012-04-29 00:01:04 -04:00
parent a950b8055e
commit d2d7d4c9bb

View File

@@ -133,7 +133,6 @@ module ExceptionhandlerHelper
when "Count"
value.value = (value.value.to_i + 1).to_s
end
value.save
end
issue.init_journal(User.anonymous, "Issue updated")
return issue.save