r92564 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92563‎ | r92564 | r92565 >
Date:20:06, 19 July 2011
Author:platonides
Status:ok
Tags:
Comment:
Follow up r91561. Use canonical class names.
Modified paths:
  • /trunk/phase3/includes/specials/SpecialUndelete.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialUndelete.php
@@ -80,7 +80,7 @@
8181 );
8282
8383 // bug 19725
84 - $suppressedText = REVISION::DELETED_TEXT | REVISION::DELETED_RESTRICTED;
 84+ $suppressedText = Revision::DELETED_TEXT | Revision::DELETED_RESTRICTED;
8585 if( !$wgUser->isAllowed( 'suppressrevision' ) ) {
8686 $conds[] = $dbr->bitAnd('ar_deleted', $suppressedText ) .
8787 ' != ' . $suppressedText;

Follow-up revisions

RevisionCommit summaryAuthorDate
r92586Merge code cleanup revisions so that code analysis can also be performed in t...platonides21:29, 19 July 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r91561(Bug 19725) Do not include suppressed edits in the "View X deleted edits" mes...bawolff16:47, 6 July 2011

Status & tagging log