From c4813afb47345893c8a9ee3155ec611569831554 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sun, 11 Dec 2005 15:09:44 +0000 Subject: [PATCH] Typo causing all conflicts to become new section edits --- includes/EditPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.20.1