Index: trunk/phase3/maintenance/populateCategory.php |
— | — | @@ -115,10 +115,10 @@ |
116 | 116 | 'IGNORE' |
117 | 117 | ) |
118 | 118 | ) { |
119 | | - wfOut( "Category population complete.\n" ); |
| 119 | + $this->output( "Category population complete.\n" ); |
120 | 120 | return true; |
121 | 121 | } else { |
122 | | - wfOut( "Could not insert category population row.\n" ); |
| 122 | + $this->output( "Could not insert category population row.\n" ); |
123 | 123 | return false; |
124 | 124 | } |
125 | 125 | } |