From: Alexandre Emsenhuber Date: Fri, 4 Nov 2011 06:59:36 +0000 (+0000) Subject: Per Platonides, fix for r101630: correct class name X-Git-Tag: 1.31.0-rc.0~26710 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=47097ecc81dce93f05e299b01b5516cf30ff2455;p=lhc%2Fweb%2Fwiklou.git Per Platonides, fix for r101630: correct class name --- diff --git a/includes/actions/MarkpatrolledAction.php b/includes/actions/MarkpatrolledAction.php index e52d0c45ea..c1f6fdc40d 100644 --- a/includes/actions/MarkpatrolledAction.php +++ b/includes/actions/MarkpatrolledAction.php @@ -74,7 +74,7 @@ class MarkpatrolledAction extends FormlessAction { } if ( count( $errors ) ) { - throw new PermissionsErrorPage( 'patrol', $errors ); + throw new PermissionsError( 'patrol', $errors ); } # Inform the user