Index: trunk/phase3/maintenance/storage/recompressTracked.php |
— | — | @@ -459,7 +459,7 @@ |
460 | 460 | if ( !$res->numRows() ) { |
461 | 461 | break; |
462 | 462 | } |
463 | | - $this->debug( 'Incomplete: ' . $row->numRows() . ' rows' ); |
| 463 | + $this->debug( 'Incomplete: ' . $res->numRows() . ' rows' ); |
464 | 464 | foreach ( $res as $row ) { |
465 | 465 | $this->moveTextRow( $row->bt_text_id, $row->bt_new_url ); |
466 | 466 | } |