fixed: crash when changing the status of an issue

git-svn-id: http://redmine.rubyforge.org/svn/trunk@183 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2007-01-26 18:55:02 +00:00
parent e51c20c496
commit 7c27fb7c1d
1 changed files with 1 additions and 1 deletions

View File

@ -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