This commit is contained in:
albert
2013-03-03 15:34:23 -05:00
parent a214c12e5c
commit 2c270e09e2

View File

@@ -327,7 +327,7 @@ class User < ActiveRecord::Base
def create_mod_action
if level_changed?
ModAction.create(:description => "level changed #{level_string(level_was)} -> #{level_string} by #{CurrentUser.name}")
ModAction.create(:description => "#{name} level changed #{level_string(level_was)} -> #{level_string} by #{CurrentUser.name}")
end
end
end