Index: trunk/extensions/TitleKey/rebuildTitleKeys.php |
— | — | @@ -15,7 +15,7 @@ |
16 | 16 | function __construct() { |
17 | 17 | parent::__construct(); |
18 | 18 | $this->mDescription = "Rebuilds titlekey table entries for all pages in DB."; |
19 | | - $this->mBatchSize = 1000; |
| 19 | + $this->setBatchSize( 1000 ); |
20 | 20 | $this->addOption( 'start', 'Page ID to start from', false, true ); |
21 | 21 | } |
22 | 22 | |