Index: branches/js2-work/phase3/js/mwEmbed/jsScriptLoader.php |
— | — | @@ -736,7 +736,7 @@ |
737 | 737 | |
738 | 738 | $hash1 = substr( $hash, 0, 1 ); |
739 | 739 | $hash2 = substr( $hash, 0, 2 ); |
740 | | - $this->filename = "{$wgScriptCacheDirectory}/{$hash1}/{$hash2}/{$this->requestKey}.js"; |
| 740 | + $this->filename = "{$wgScriptCacheDirectory}/{$hash1}/{$hash2}/{$hash}.js"; |
741 | 741 | |
742 | 742 | // Check for defined files:: |
743 | 743 | if( is_file( $this->filename ) ) |