whoops
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 21 Jul 2005 15:20:37 +0000 (15:20 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 21 Jul 2005 15:20:37 +0000 (15:20 +0000)
includes/EditPage.php

index 9d5911f..af4ab97 100644 (file)
@@ -470,7 +470,7 @@ class EditPage {
                                                                                                        &$this->watchthis, &$sectionanchor)))
                                {
                                        # update the article here
-                                       if( false && $this->mArticle->updateArticle( $text, $this->summary, $this->minoredit,
+                                       if($this->mArticle->updateArticle( $text, $this->summary, $this->minoredit,
                                                                                                           $this->watchthis, '', $sectionanchor ))
                                        {
                                                wfRunHooks('ArticleSaveComplete', array(&$this->mArticle, &$wgUser, $text,