From 71669c4e810c87ea9dc31dae25596d536d992a84 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Thu, 21 Jul 2005 15:20:37 +0000 Subject: [PATCH] whoops --- includes/EditPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/EditPage.php b/includes/EditPage.php index 9d5911fde9..af4ab9733b 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -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, -- 2.20.1