From: umherirrender Date: Sat, 4 Aug 2012 14:26:53 +0000 (+0200) Subject: remove 'cantpurge' from possible errors in action=purge X-Git-Tag: 1.31.0-rc.0~22846^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=commitdiff_plain;h=505ae650105d37dbb7d0c23ed93917d16e203ef9;p=lhc%2Fweb%2Fwiklou.git remove 'cantpurge' from possible errors in action=purge Was removed in r74944 Change-Id: Ib13be4a3a9956b5c48f2d435092affe518fd7cd3 --- 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() ); }