From 9c2ce8114dc969a653e3fd56fd1df27c2625e1d5 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Fri, 1 Oct 2010 16:00:19 +0000 Subject: [PATCH] wfOut() -> $this->output() for consistency --- maintenance/populateCategory.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maintenance/populateCategory.php b/maintenance/populateCategory.php index 2376ccef7f..aa796111c9 100644 --- a/maintenance/populateCategory.php +++ b/maintenance/populateCategory.php @@ -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; } } -- 2.20.1