From: Aaron Schulz Date: Mon, 23 Apr 2007 18:25:22 +0000 (+0000) Subject: *Typo X-Git-Tag: 1.31.0-rc.0~53268 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=d69f04ec81728195fe05a42c1d3f645e8d20c092;p=lhc%2Fweb%2Fwiklou.git *Typo --- 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;