r107055 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r107054‎ | r107055 | r107056 >
Date:11:11, 22 December 2011
Author:maxsem
Status:ok (Comments)
Tags:
Comment:
Fixed a typo in r107054
Modified paths:
  • /trunk/phase3/maintenance/eval.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/eval.php
@@ -75,7 +75,7 @@
7676 readline_write_history( $historyFile );
7777 }
7878 if( false !== strpos($line, "<?php") ) {
79 - # Someone send a .php file to STDIN so we do not want
 79+ # Someone sent a .php file to STDIN so we do not want
8080 # to interprate the special '<?php'.
8181 continue;
8282 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r107054do not evaluate '<?php' line...hashar11:06, 22 December 2011

Comments

#Comment by Hashar (talk | contribs)   11:40, 22 December 2011

I need to make an infograph out of that and print it above my desk. I unfortunately keep doing that mistake :-(

Thanks for the fix MaxSem!

Status & tagging log