From 719ff4ee0f6691e40305c915ee9146c40dc8a5ca Mon Sep 17 00:00:00 2001 From: r888888888 Date: Fri, 24 May 2013 13:00:18 -0700 Subject: [PATCH] fixes #1644 --- app/models/artist.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/models/artist.rb b/app/models/artist.rb index 1defffb0e..2eaf88075 100644 --- a/app/models/artist.rb +++ b/app/models/artist.rb @@ -189,7 +189,6 @@ class Artist < ActiveRecord::Base tag_implication.delay(:queue => "default").process! end - update_column(:is_active, false) update_column(:is_banned, true) end end