Commit 7c27fb7c authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

fixed: crash when changing the status of an issue

git-svn-id: http://redmine.rubyforge.org/svn/trunk@183 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent e51c20c4
......@@ -61,7 +61,7 @@ module IssuesHelper
value = content_tag("i", h(value)) if value
end
if detail.value and !detail.value.empty?
if detail.value and !detail.value.to_s.empty?
if old_value
label + " " + l(:text_journal_changed, old_value, value)
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment