From 505ae650105d37dbb7d0c23ed93917d16e203ef9 Mon Sep 17 00:00:00 2001 From: umherirrender Date: Sat, 4 Aug 2012 16:26:53 +0200 Subject: [PATCH] remove 'cantpurge' from possible errors in action=purge Was removed in r74944 Change-Id: Ib13be4a3a9956b5c48f2d435092affe518fd7cd3 --- includes/api/ApiPurge.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/api/ApiPurge.php b/includes/api/ApiPurge.php index d9acba4a4e..9fedaf1bdd 100644 --- a/includes/api/ApiPurge.php +++ b/includes/api/ApiPurge.php @@ -172,7 +172,6 @@ class ApiPurge extends ApiBase { $psModule = new ApiPageSet( $this ); return array_merge( parent::getPossibleErrors(), - array( array( 'cantpurge' ), ), $psModule->getPossibleErrors() ); } -- 2.20.1