From a829fc2da982204b11c7e72f53d42db1e1c4026a Mon Sep 17 00:00:00 2001 From: Rotem Liss Date: Mon, 19 Nov 2007 17:51:48 +0000 Subject: [PATCH] Fixing a typo that broke historywarning. --- includes/Article.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.20.1