Index: trunk/phase3/includes/specials/SpecialContributions.php |
— | — | @@ -643,7 +643,7 @@ |
644 | 644 | $ret = "{$del}{$d} {$histlink}{$difftext} {$nflag}{$mflag} {$link}{$userlink} {$comment} {$topmarktext}"; |
645 | 645 | |
646 | 646 | # Denote if username is redacted for this edit |
647 | | - if( $rev->getVisibility() & Revision::DELETED_USER ) { |
| 647 | + if( $rev->isDeleted( Revision::DELETED_USER ) ) { |
648 | 648 | $ret .= " <strong>" . wfMsgHtml('rev-deleted-user') . "</strong>"; |
649 | 649 | } |
650 | 650 | |