Committer: gprochaev
LJSUP-7727. The role of the moderator is not consistent with its rightsU trunk/cgi-bin/LJ/Talk.pm
Modified: trunk/cgi-bin/LJ/Talk.pm =================================================================== --- trunk/cgi-bin/LJ/Talk.pm 2011-01-19 08:08:13 UTC (rev 18052) +++ trunk/cgi-bin/LJ/Talk.pm 2011-01-19 08:08:41 UTC (rev 18053) @@ -367,6 +367,7 @@ } sub can_unfreeze { + return 1 if $_[0]->can_moderate($_[1]); return LJ::Talk::can_unscreen(@_); }