Cenarium has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/252881

Change subject: FIX
......................................................................

FIX

Change-Id: I4c20306634e959744dde0c9ca443069282746cd5
---
M business/RevisionReviewForm.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/FlaggedRevs 
refs/changes/81/252881/1

diff --git a/business/RevisionReviewForm.php b/business/RevisionReviewForm.php
index 8955d86..3f132e6 100644
--- a/business/RevisionReviewForm.php
+++ b/business/RevisionReviewForm.php
@@ -461,7 +461,7 @@
                # Update the article review log...
                $oldSvId = $oldSv ? $oldSv->getRevId() : 0;
                FlaggedRevsLog::updateReviewLog( $this->page, $this->dims, 
$this->oldFlags,
-                       $this->comment, $this->oldid, $oldSvId, true, 
$this->user );
+                       $this->comment, $this->oldid, $oldSvId, true, false, 
$this->user );
 
                # Get the new stable version as of now
                $sv = FlaggedRevision::determineStable( $this->page, FR_MASTER 
/*consistent*/ );

-- 
To view, visit https://gerrit.wikimedia.org/r/252881
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4c20306634e959744dde0c9ca443069282746cd5
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/FlaggedRevs
Gerrit-Branch: master
Gerrit-Owner: Cenarium <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to