Committer: anazarov
LJSV-1695: Awating moderation / queue link missing for community maintainers.U trunk/htdocs/community/moderate.bml
Modified: trunk/htdocs/community/moderate.bml =================================================================== --- trunk/htdocs/community/moderate.bml 2011-10-12 13:49:16 UTC (rev 20294) +++ trunk/htdocs/community/moderate.bml 2011-10-12 14:09:58 UTC (rev 20295) @@ -196,7 +196,7 @@ } my $dbcr = LJ::get_cluster_def_reader($c); - unless ($remote->can_moderate($c) || $remote->can_manage($c)) { + unless ($remote->can_moderate($c) || $remote->can_manage($c) || $remote->can_super_manage($c)) { $ret .= "<?h1 $ML{'Error'} h1?><?p " . BML::ml('.error.noaccess', {'comm'=>"<?ljcomm $comm ljcomm?>"}) . " p?>"; return $ret;