From: Sam Reed Date: Thu, 16 Feb 2012 02:34:59 +0000 (+0000) Subject: Add missing > X-Git-Tag: 1.31.0-rc.0~24679 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/categories/modifier.php?a=commitdiff_plain;h=e394044eae15cf6e9ed66b37fc64760895737c0b;p=lhc%2Fweb%2Fwiklou.git Add missing > Ping r111324 --- 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() ); } }