From: Rob Church Date: Sat, 24 Jun 2006 00:14:26 +0000 (+0000) Subject: Don't ask me, I don't know either X-Git-Tag: 1.31.0-rc.0~56645 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=c099482186922b4b3d6c506cd3d6ff69239a68ea;p=lhc%2Fweb%2Fwiklou.git Don't ask me, I don't know either --- 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 );