Index: trunk/phase3/maintenance/updateRestrictions.php |
— | — | @@ -56,7 +56,7 @@ |
57 | 57 | # We use insert() and not replace() as Article.php replaces |
58 | 58 | # page_restrictions with '' when protected in the restrictions table |
59 | 59 | if ( count( $batch ) ) { |
60 | | - $db->insert( 'page_restictions', $batch, __FUNCTION__ ); |
| 60 | + $db->insert( 'page_restrictions', $batch, __FUNCTION__ ); |
61 | 61 | } |
62 | 62 | $blockStart += BATCH_SIZE; |
63 | 63 | $blockEnd += BATCH_SIZE; |