wfOut() -> $this->output() for consistency
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 1 Oct 2010 16:00:19 +0000 (16:00 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 1 Oct 2010 16:00:19 +0000 (16:00 +0000)
maintenance/populateCategory.php

index 2376cce..aa79611 100644 (file)
@@ -115,10 +115,10 @@ TEXT;
                                'IGNORE'
                        )
                ) {
-                       wfOut( "Category population complete.\n" );
+                       $this->output( "Category population complete.\n" );
                        return true;
                } else {
-                       wfOut( "Could not insert category population row.\n" );
+                       $this->output( "Could not insert category population row.\n" );
                        return false;
                }
        }