r42994 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r42993‎ | r42994 | r42995 >
Date:13:24, 1 November 2008
Author:tstarling
Status:old
Tags:
Comment:
Typo
Modified paths:
  • /trunk/phase3/maintenance/storage/recompressTracked.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/storage/recompressTracked.php
@@ -459,7 +459,7 @@
460460 if ( !$res->numRows() ) {
461461 break;
462462 }
463 - $this->debug( 'Incomplete: ' . $row->numRows() . ' rows' );
 463+ $this->debug( 'Incomplete: ' . $res->numRows() . ' rows' );
464464 foreach ( $res as $row ) {
465465 $this->moveTextRow( $row->bt_text_id, $row->bt_new_url );
466466 }

Status & tagging log