Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatov committed Aug 3, 2011
1 parent f443ee6 commit b668911
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ class ProfileOps {
Text("Delete account"))
}
</div>
else if (User.superUser_? && user.deleted_?)
else if (User.validSuperUser_? && user.deleted_?)
<div id="recover_account">
{
SHtml.a(
Expand Down

0 comments on commit b668911

Please sign in to comment.