Add missing >
authorSam Reed <reedy@users.mediawiki.org>
Thu, 16 Feb 2012 02:34:59 +0000 (02:34 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Thu, 16 Feb 2012 02:34:59 +0000 (02:34 +0000)
Ping r111324

includes/cache/FileCacheBase.php

index d0cbe5f..26602f4 100644 (file)
@@ -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() );
                }
        }