Index: trunk/phase3/includes/filerepo/File.php |
— | — | @@ -1070,7 +1070,7 @@ |
1071 | 1071 | if ( $renderUrl ) { |
1072 | 1072 | if ( $this->repo->descriptionCacheExpiry > 0 ) { |
1073 | 1073 | wfDebug("Attempting to get the description from the transwiki cache..."); |
1074 | | - $key = wfMemcKey( 'filedesc', 'url', md5($link)); |
| 1074 | + $key = wfMemcKey( 'filedesc', 'url', md5($renderUrl)); |
1075 | 1075 | $obj = $wgMemc->get($key); |
1076 | 1076 | if ($obj) { |
1077 | 1077 | wfDebug("success!\n"); |