Don't ask me, I don't know either
authorRob Church <robchurch@users.mediawiki.org>
Sat, 24 Jun 2006 00:14:26 +0000 (00:14 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Sat, 24 Jun 2006 00:14:26 +0000 (00:14 +0000)
includes/Article.php

index b2f8cb0..402bced 100644 (file)
@@ -2104,7 +2104,6 @@ class Article {
                $wgOut->setRobotpolicy( 'noindex,nofollow' );
                $wgOut->addHTML( '<h2>' . htmlspecialchars( $newComment ) . "</h2>\n<hr />\n" );
 
-               #$this->updateArticle( $target->getText(), $newComment, 1, $this->mTitle->userIsWatching(), $bot );
                $this->updateArticle( $target->getText(), $newComment, 1, $this->mTitle->userIsWatching(), $bot );
 
                $wgOut->returnToMain( false );