From 4f577af71ba7f66d86ce06a81bc6e902d0204e9f Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Tue, 27 Dec 2011 21:22:47 +0000 Subject: [PATCH] Updated comment and a call from Article to WikiPage --- includes/Title.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/Title.php b/includes/Title.php index 31bfbf859b..7d94faa450 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -2875,9 +2875,9 @@ class Title { * This clears some fields in this object, and clears any associated * keys in the "bad links" section of the link cache. * - * - This is called from Article::doEdit() and Article::insertOn() to allow + * - This is called from WikiPage::doEdit() and WikiPage::insertOn() to allow * loading of the new page_id. It's also called from - * Article::doDeleteArticle() + * WikiPage::doDeleteArticle() * * @param $newid Int the new Article ID */ @@ -3689,7 +3689,7 @@ class Title { $nt->purgeSquid(); } else { # Purge caches as per article creation, including any pages that link to this title - Article::onArticleCreate( $nt ); + WikiPage::onArticleCreate( $nt ); } $this->purgeSquid(); } -- 2.20.1