Merge "Add a Uri class."
[lhc/web/wiklou.git] / includes / api / ApiPurge.php
index d9acba4..9fedaf1 100644 (file)
@@ -172,7 +172,6 @@ class ApiPurge extends ApiBase {
                $psModule = new ApiPageSet( $this );
                return array_merge(
                        parent::getPossibleErrors(),
-                       array( array( 'cantpurge' ), ),
                        $psModule->getPossibleErrors()
                );
        }