Merge "Propagate the favicon information to getInfo()"
[lhc/web/wiklou.git] / includes / resourceloader / ResourceLoaderModule.php
index db84dcf..429bcec 100644 (file)
@@ -408,7 +408,7 @@ abstract class ResourceLoaderModule {
                }
 
                $cache = wfGetCache( CACHE_ANYTHING );
-               $key = wfMemcKey( 'resourceloader', 'modulemodifiedhash', $this->getName() );
+               $key = wfMemcKey( 'resourceloader', 'modulemodifiedhash', $this->getName(), $hash );
 
                $data = $cache->get( $key );
                if ( is_array( $data ) && $data['hash'] === $hash ) {