Merge pull request #3165 from techAPJ/patch-2

FIX: allow TL4 user to rebake post
This commit is contained in:
Régis Hanol 2015-02-03 18:32:43 +01:00
commit 91b3123e14

View File

@ -176,7 +176,7 @@ module PostGuardian
end
def can_rebake?
is_staff?
is_staff? || @user.has_trust_level?(TrustLevel[4])
end
def can_see_flagged_posts?