aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/blog_comment.rb
diff options
context:
space:
mode:
authorPhilip Arndt <parndt@gmail.com>2010-08-11 11:11:10 +1200
committerPhilip Arndt <parndt@gmail.com>2010-08-11 11:11:10 +1200
commit994ab3721368d33fbe827235adcc6fbf1144bf84 (patch)
tree3a700a1f31dd5ced18f35a783ea7ff585481bef3 /app/models/blog_comment.rb
parenta0adb3f664f363547116c8f9f6e70cb4dcbb7c1b (diff)
downloadrefinerycms-blog-994ab3721368d33fbe827235adcc6fbf1144bf84.tar.gz
refinerycms-blog-994ab3721368d33fbe827235adcc6fbf1144bf84.tar.bz2
refinerycms-blog-994ab3721368d33fbe827235adcc6fbf1144bf84.zip
remove word currently
Diffstat (limited to 'app/models/blog_comment.rb')
-rw-r--r--app/models/blog_comment.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/blog_comment.rb b/app/models/blog_comment.rb
index 5718295..d9e1917 100644
--- a/app/models/blog_comment.rb
+++ b/app/models/blog_comment.rb
@@ -14,7 +14,7 @@ class BlogComment < ActiveRecord::Base
end
def toggle
- RefinerySetting[:comment_moderation] = !(currently = self.enabled?)
+ RefinerySetting[:comment_moderation] = !self.enabled?
end
end
end