r101967 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101966‎ | r101967 | r101968 >
Date:06:59, 4 November 2011
Author:ialex
Status:ok
Tags:
Comment:
Per Platonides, fix for r101630: correct class name
Modified paths:
  • /trunk/phase3/includes/actions/MarkpatrolledAction.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/actions/MarkpatrolledAction.php
@@ -74,7 +74,7 @@
7575 }
7676
7777 if ( count( $errors ) ) {
78 - throw new PermissionsErrorPage( 'patrol', $errors );
 78+ throw new PermissionsError( 'patrol', $errors );
7979 }
8080
8181 # Inform the user

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r101630* Made PermissionsError exception accept an optional second parameter for the...ialex15:30, 2 November 2011

Status & tagging log