r106723 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106722‎ | r106723 | r106724 >
Date:23:33, 19 December 2011
Author:reedy
Status:ok
Tags:
Comment:
Fix $imit to $limit

Followup r106567
Modified paths:
  • /trunk/phase3/includes/Title.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Title.php
@@ -2230,7 +2230,7 @@
22312231
22322232 global $wgUser;
22332233
2234 - $imit = array( 'create' => $create_perm );
 2234+ $limit = array( 'create' => $create_perm );
22352235 $expiry = array( 'create' => $expiry );
22362236
22372237 $page = WikiPage::factory( $this );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r106567* Merged WikiPage::updateRestrictions() and Title::updateTitleProtection() in...ialex16:01, 18 December 2011

Status & tagging log