Merge "Use different key for memckey"
This commit is contained in:
@@ -71,7 +71,7 @@ class ResourceLoaderULSModule extends ResourceLoaderModule {
|
|||||||
// cache the hash per language to avoid updating the timestamp when
|
// cache the hash per language to avoid updating the timestamp when
|
||||||
// different languages are being requested.
|
// different languages are being requested.
|
||||||
$key = wfMemcKey(
|
$key = wfMemcKey(
|
||||||
'resourceloader',
|
'uls',
|
||||||
'modulemodifiedhash',
|
'modulemodifiedhash',
|
||||||
$this->getName(),
|
$this->getName(),
|
||||||
$languageCode
|
$languageCode
|
||||||
|
|||||||
Reference in New Issue
Block a user