r74073 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74072‎ | r74073 | r74074 >
Date:16:00, 1 October 2010
Author:ialex
Status:ok
Tags:
Comment:
wfOut() -> $this->output() for consistency
Modified paths:
  • /trunk/phase3/maintenance/populateCategory.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/populateCategory.php
@@ -115,10 +115,10 @@
116116 'IGNORE'
117117 )
118118 ) {
119 - wfOut( "Category population complete.\n" );
 119+ $this->output( "Category population complete.\n" );
120120 return true;
121121 } else {
122 - wfOut( "Could not insert category population row.\n" );
 122+ $this->output( "Could not insert category population row.\n" );
123123 return false;
124124 }
125125 }

Status & tagging log