From: Rotem Liss Date: Mon, 19 Nov 2007 17:51:48 +0000 (+0000) Subject: Fixing a typo that broke historywarning. X-Git-Tag: 1.31.0-rc.0~50798 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=a829fc2da982204b11c7e72f53d42db1e1c4026a;p=lhc%2Fweb%2Fwiklou.git Fixing a typo that broke historywarning. --- diff --git a/includes/Article.php b/includes/Article.php index e4fcc33d9a..8f72108dac 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -1842,9 +1842,9 @@ class Article { /** * Auto-generates a deletion reason - * @param bool &$hashistory Whether the page has a history + * @param bool &$hasHistory Whether the page has a history */ - public function generateReason(&$hashistory) + public function generateReason(&$hasHistory) { global $wgContLang; $dbw = wfGetDB(DB_MASTER);