Index: trunk/phase3/includes/specials/SpecialUndelete.php |
— | — | @@ -80,7 +80,7 @@ |
81 | 81 | ); |
82 | 82 | |
83 | 83 | // bug 19725 |
84 | | - $suppressedText = REVISION::DELETED_TEXT | REVISION::DELETED_RESTRICTED; |
| 84 | + $suppressedText = Revision::DELETED_TEXT | Revision::DELETED_RESTRICTED; |
85 | 85 | if( !$wgUser->isAllowed( 'suppressrevision' ) ) { |
86 | 86 | $conds[] = $dbr->bitAnd('ar_deleted', $suppressedText ) . |
87 | 87 | ' != ' . $suppressedText; |