Index: trunk/phase3/includes/cache/FileCacheBase.php |
— | — | @@ -120,7 +120,7 @@ |
121 | 121 | $fh = gzopen( $this->cachePath(), 'rb' ); |
122 | 122 | return stream_get_contents( $fh ); |
123 | 123 | } else { |
124 | | - return file_get_contents( $this-cachePath() ); |
| 124 | + return file_get_contents( $this->cachePath() ); |
125 | 125 | } |
126 | 126 | } |
127 | 127 | |