From: Sam Reed Date: Mon, 19 Dec 2011 23:33:37 +0000 (+0000) Subject: Fix $imit to $limit X-Git-Tag: 1.31.0-rc.0~25891 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=c72490b6b27343eb1a90ee0111e53fb62111ba35;p=lhc%2Fweb%2Fwiklou.git Fix $imit to $limit Followup r106567 --- diff --git a/includes/Title.php b/includes/Title.php index 1e312d4884..5119426aa0 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -2230,7 +2230,7 @@ class Title { global $wgUser; - $imit = array( 'create' => $create_perm ); + $limit = array( 'create' => $create_perm ); $expiry = array( 'create' => $expiry ); $page = WikiPage::factory( $this );