Fixing a typo that broke historywarning.
authorRotem Liss <rotem@users.mediawiki.org>
Mon, 19 Nov 2007 17:51:48 +0000 (17:51 +0000)
committerRotem Liss <rotem@users.mediawiki.org>
Mon, 19 Nov 2007 17:51:48 +0000 (17:51 +0000)
includes/Article.php

index e4fcc33..8f72108 100644 (file)
@@ -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);