From 68343c74c4c90cf0f793c02f0650549668479c1a Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 17 Jun 2014 10:58:21 +1000 Subject: [PATCH] Fix broken merge --- lib/promotion.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/promotion.rb b/lib/promotion.rb index f4cf69b1e0f..c4ae8f96359 100644 --- a/lib/promotion.rb +++ b/lib/promotion.rb @@ -50,7 +50,7 @@ class Promotion admin = opts && opts[:log_action_for] @user.trust_level = new_level - @user.bio_raw_will_change! # So it can get re-cooked based on the new trust level + @user.user_profile.bio_raw_will_change! # So it can get re-cooked based on the new trust level @user.transaction do if admin