Index: trunk/phase3/includes/actions/MarkpatrolledAction.php |
— | — | @@ -74,7 +74,7 @@ |
75 | 75 | } |
76 | 76 | |
77 | 77 | if ( count( $errors ) ) { |
78 | | - throw new PermissionsErrorPage( 'patrol', $errors ); |
| 78 | + throw new PermissionsError( 'patrol', $errors ); |
79 | 79 | } |
80 | 80 | |
81 | 81 | # Inform the user |