From d69f04ec81728195fe05a42c1d3f645e8d20c092 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Mon, 23 Apr 2007 18:25:22 +0000 Subject: [PATCH] *Typo --- maintenance/updateRestrictions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/updateRestrictions.php b/maintenance/updateRestrictions.php index fff61019be..caf0f431b6 100644 --- a/maintenance/updateRestrictions.php +++ b/maintenance/updateRestrictions.php @@ -56,7 +56,7 @@ function migrate_page_restrictions( $db ) { # We use insert() and not replace() as Article.php replaces # page_restrictions with '' when protected in the restrictions table if ( count( $batch ) ) { - $db->insert( 'page_restictions', $batch, __FUNCTION__ ); + $db->insert( 'page_restrictions', $batch, __FUNCTION__ ); } $blockStart += BATCH_SIZE; $blockEnd += BATCH_SIZE; -- 2.20.1