merging latest master
[lhc/web/wiklou.git] / includes / api / ApiPurge.php
index bc6a6ed..3cf32ad 100644 (file)
@@ -175,7 +175,6 @@ class ApiPurge extends ApiBase {
                $psModule = new ApiPageSet( $this );
                return array_merge(
                        parent::getPossibleErrors(),
-                       array( array( 'cantpurge' ), ),
                        $psModule->getPossibleErrors()
                );
        }