Followup r77748, throw NEW MWException
[lhc/web/wiklou.git] / maintenance / updateArticleCount.php
index 1e434eb..636d9fc 100644 (file)
@@ -41,7 +41,7 @@ class UpdateArticleCount extends Maintenance {
                $this->namespaces = $wgContentNamespaces;
                $this->output( "Counting articles..." );
                $result = $this->count();
-       
+
                if ( $result !== false ) {
                        $this->output( "found {$result}.\n" );
                        if ( $this->hasOption( 'update' ) ) {