jquery.tablesorter: Fix explodeRowspans
[lhc/web/wiklou.git] / maintenance / purgeList.php
index 1c261b1..b72c417 100644 (file)
@@ -46,13 +46,13 @@ class PurgeList extends Maintenance {
                } elseif ( $this->hasOption( 'namespace' ) ) {
                        $this->purgeNamespace( intval( $this->getOption( 'namespace') ) );
                } else {
-                       $this->purgeList();
+                       $this->doPurge();
                }
                $this->output( "Done!\n" );
        }
 
        /** Purge URL coming from stdin */
-       private function purgeList() {
+       private function doPurge() {
                $stdin = $this->getStdin();
                $urls = array();