From e394044eae15cf6e9ed66b37fc64760895737c0b Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Thu, 16 Feb 2012 02:34:59 +0000 Subject: [PATCH] Add missing > Ping r111324 --- includes/cache/FileCacheBase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/cache/FileCacheBase.php b/includes/cache/FileCacheBase.php index d0cbe5f018..26602f47b1 100644 --- a/includes/cache/FileCacheBase.php +++ b/includes/cache/FileCacheBase.php @@ -120,7 +120,7 @@ abstract class FileCacheBase { $fh = gzopen( $this->cachePath(), 'rb' ); return stream_get_contents( $fh ); } else { - return file_get_contents( $this-cachePath() ); + return file_get_contents( $this->cachePath() ); } } -- 2.20.1