From: Brion Vibber Date: Thu, 21 Jul 2005 15:20:37 +0000 (+0000) Subject: whoops X-Git-Tag: 1.5.0beta4~82 X-Git-Url: http://git.heureux-cyclage.org/?a=commitdiff_plain;h=71669c4e810c87ea9dc31dae25596d536d992a84;p=lhc%2Fweb%2Fwiklou.git whoops --- 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,