summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/models/issue.rb2
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