Reedy has uploaded a new change for review.
https://gerrit.wikimedia.org/r/300899
Change subject: MW_DIFF_VERSION is globally defined, drop MW_ prefix when used
as the class constant
......................................................................
MW_DIFF_VERSION is globally defined, drop MW_ prefix when used as
the class constant
Bug: T141272
Change-Id: I0a9e9037b2259515df6366184cc781ecb78f424c
---
M includes/diff/DifferenceEngine.php
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/99/300899/1
diff --git a/includes/diff/DifferenceEngine.php
b/includes/diff/DifferenceEngine.php
index bd7629a..949a0ac 100644
--- a/includes/diff/DifferenceEngine.php
+++ b/includes/diff/DifferenceEngine.php
@@ -779,7 +779,7 @@
throw new MWException( 'mOldid and mNewid must be set
to get diff cache key.' );
}
- return wfMemcKey( 'diff', 'version', self::MW_DIFF_VERSION,
+ return wfMemcKey( 'diff', 'version', self::DIFF_VERSION,
'oldid', $this->mOldid, 'newid', $this->mNewid );
}
--
To view, visit https://gerrit.wikimedia.org/r/300899
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I0a9e9037b2259515df6366184cc781ecb78f424c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Reedy <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits