Index: trunk/extensions/TimedMediaHandler/WebVideoTranscode/WebVideoTranscode.php |
— | — | @@ -193,7 +193,7 @@ |
194 | 194 | // Use descriptionCacheExpiry as our expire for timed text tracks info |
195 | 195 | if ( $file->repo->descriptionCacheExpiry > 0 ) { |
196 | 196 | wfDebug("Attempting to get sources from cache..."); |
197 | | - $key = $this->file->repo->getLocalCacheKey( 'WebVideoSources', 'url', $file->getName() ); |
| 197 | + $key = $file->repo->getLocalCacheKey( 'WebVideoSources', 'url', $file->getName() ); |
198 | 198 | $sources = $wgMemc->get($key); |
199 | 199 | if ( $sources ) { |
200 | 200 | wfDebug("Success found sources in local cache\n"); |