From: Tim Starling Date: Sun, 11 Dec 2005 15:09:44 +0000 (+0000) Subject: Typo causing all conflicts to become new section edits X-Git-Tag: 1.6.0~965 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=c4813afb47345893c8a9ee3155ec611569831554;p=lhc%2Fweb%2Fwiklou.git Typo causing all conflicts to become new section edits --- diff --git a/includes/EditPage.php b/includes/EditPage.php index c44f6aa7e6..b8af6d0564 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -549,7 +549,7 @@ class EditPage { if( $this->mArticle->getTimestamp() != $this->edittime ) { $this->isConflict = true; - if( $this->section = 'new' ) { + if( $this->section == 'new' ) { if( $this->mArticle->getUserText() == $wgUser->getName() && $this->mArticle->getComment() == $this->summary ) { // Probably a duplicate submission of a new comment.