Property changes on: branches/wmf-deployment/includes/Revision.php |
___________________________________________________________________ |
Name: svn:mergeinfo |
1 | 1 | + /branches/REL1_15/phase3/includes/Revision.php:51646 |
/branches/wmf-deployment/includes/Revision.php:53381 |
/trunk/phase3/includes/Revision.php:56213,56215-56216,56218,56334-56336,56338,56340,56343,56345,56347,56350,57154-57447,57530 |
Index: branches/wmf-deployment/includes/ChangesList.php |
— | — | @@ -449,9 +449,9 @@ |
450 | 450 | if( $rc->mAttribs['rc_deleted'] & $field ) { |
451 | 451 | global $wgUser; |
452 | 452 | $permission = ''; |
453 | | - if ( $rc->mAttribs['rc_deleted'] & self::DELETED_RESTRICTED ) { |
| 453 | + if ( $rc->mAttribs['rc_deleted'] & Revision::DELETED_RESTRICTED ) { |
454 | 454 | $permission = 'suppressrevision'; |
455 | | - } elseif ( $field & self::DELETED_TEXT ) { |
| 455 | + } elseif ( $field & Revision::DELETED_TEXT ) { |
456 | 456 | $permission = 'deletedtext'; |
457 | 457 | } else { |
458 | 458 | $permission = 'deletedhistory'; |