Index: trunk/phase3/includes/specials/SpecialWatchlist.php |
— | — | @@ -286,7 +286,7 @@ |
287 | 287 | wfRunHooks('SpecialWatchlistQuery', array(&$conds,&$tables,&$join_conds,&$fields) ); |
288 | 288 | |
289 | 289 | $res = $dbr->select( $tables, $fields, $conds, __METHOD__, $options, $join_conds ); |
290 | | - $numRows = $dbr->numRows( $res ); |
| 290 | + $numRows = $res->numRows(); |
291 | 291 | |
292 | 292 | /* Start bottom header */ |
293 | 293 | |