From c099482186922b4b3d6c506cd3d6ff69239a68ea Mon Sep 17 00:00:00 2001 From: Rob Church Date: Sat, 24 Jun 2006 00:14:26 +0000 Subject: [PATCH] Don't ask me, I don't know either --- includes/Article.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/Article.php b/includes/Article.php index b2f8cb0856..402bceddc4 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -2104,7 +2104,6 @@ class Article { $wgOut->setRobotpolicy( 'noindex,nofollow' ); $wgOut->addHTML( '

' . htmlspecialchars( $newComment ) . "

\n
\n" ); - #$this->updateArticle( $target->getText(), $newComment, 1, $this->mTitle->userIsWatching(), $bot ); $this->updateArticle( $target->getText(), $newComment, 1, $this->mTitle->userIsWatching(), $bot ); $wgOut->returnToMain( false ); -- 2.20.1