diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-12-05 09:05:03 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-12-05 09:05:03 +0000 |
commit | 934e3c7de15177e3846880edfb5e8f98b0ce4b10 (patch) | |
tree | bcebdcb5f01783f1db285d7904a8eb4bcf7026fe /app | |
parent | 84eee82209f5251febd4e31a43dcb217834c23f1 (diff) | |
download | redmine-934e3c7de15177e3846880edfb5e8f98b0ce4b10.tar.gz redmine-934e3c7de15177e3846880edfb5e8f98b0ce4b10.zip |
Typo.
git-svn-id: http://svn.redmine.org/redmine/trunk@13712 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r-- | app/models/issue.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/issue.rb b/app/models/issue.rb index cfe91adae..4dcc69a47 100644 --- a/app/models/issue.rb +++ b/app/models/issue.rb @@ -254,7 +254,7 @@ class Issue < ActiveRecord::Base end # Sets the status. - def self.status=(status) + def status=(status) if status != self.status @workflow_rule_by_attribute = nil end |