jenkins-bot has submitted this change and it was merged.

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(-)

Approvals:
  MarkTraceur: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: Icc2cc058d99a972bc0b243c94c49326627aa89b5
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/core
Gerrit-Branch: wmf/1.25wmf17
Gerrit-Owner: MarkTraceur <[email protected]>
Gerrit-Reviewer: Aaron Schulz <[email protected]>
Gerrit-Reviewer: MarkTraceur <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to