r111611 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111610‎ | r111611 | r111612 >
Date:02:34, 16 February 2012
Author:reedy
Status:ok (Comments)
Tags:
Comment:
Add missing >

Ping r111324
Modified paths:
  • /trunk/phase3/includes/cache/FileCacheBase.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/cache/FileCacheBase.php
@@ -120,7 +120,7 @@
121121 $fh = gzopen( $this->cachePath(), 'rb' );
122122 return stream_get_contents( $fh );
123123 } else {
124 - return file_get_contents( $this-cachePath() );
 124+ return file_get_contents( $this->cachePath() );
125125 }
126126 }
127127

Sign-offs

UserFlagDate
Nikerabbitinspected07:15, 16 February 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r111324Fix some injection from r110871hashar19:51, 12 February 2012

Comments

#Comment by Aaron Schulz (talk | contribs)   02:52, 16 February 2012

I swear my mind just completed the arrow when I reviewed that.

Status & tagging log