MarkTraceur has uploaded a new change for review.

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

Change subject: Fixed FileRepo::newGood handling of $value
......................................................................

Fixed FileRepo::newGood handling of $value

bug: T89296
Change-Id: Icc2cc058d99a972bc0b243c94c49326627aa89b5
(cherry picked from commit 6c59d1689980842fc7c12570762c6844cff02971)
---
M includes/filerepo/FileRepo.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/52/191052/1

diff --git a/includes/filerepo/FileRepo.php b/includes/filerepo/FileRepo.php
index 0393416..d1a16b5 100644
--- a/includes/filerepo/FileRepo.php
+++ b/includes/filerepo/FileRepo.php
@@ -1697,7 +1697,7 @@
         * @return Status
         */
        public function newGood( $value = null ) {
-               $status = Status::newGood( $this, $value );
+               $status = Status::newGood( $value );
                $status->cleanCallback = $this->getErrorCleanupFunction();
 
                return $status;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icc2cc058d99a972bc0b243c94c49326627aa89b5
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: wmf/1.25wmf17
Gerrit-Owner: MarkTraceur <[email protected]>
Gerrit-Reviewer: Aaron Schulz <[email protected]>

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

Reply via email to