From: Alexandre Emsenhuber Date: Fri, 18 Jan 2013 12:46:36 +0000 (+0100) Subject: Correct method name in ContentHandler comment X-Git-Tag: 1.31.0-rc.0~20999 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/?a=commitdiff_plain;h=105b52525a0e27c30a0e77e2cd173501f3961ae0;p=lhc%2Fweb%2Fwiklou.git Correct method name in ContentHandler comment Change-Id: Iffc5a975cd7ae311d33147c35e59ba674d5e687b Article::getReason() does not exist, but Article::generateReason() does. --- diff --git a/includes/content/ContentHandler.php b/includes/content/ContentHandler.php index 7b91607572..ccc9b2c45c 100644 --- a/includes/content/ContentHandler.php +++ b/includes/content/ContentHandler.php @@ -788,7 +788,7 @@ abstract class ContentHandler { * boolean false if no revision occurred * * @XXX &$hasHistory is extremely ugly, it's here because - * WikiPage::getAutoDeleteReason() and Article::getReason() + * WikiPage::getAutoDeleteReason() and Article::generateReason() * have it / want it. */ public function getAutoDeleteReason( Title $title, &$hasHistory ) {