r54668 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r54667‎ | r54668 | r54669 >
Date:16:04, 9 August 2009
Author:shinjiman
Status:reverted
Tags:
Comment:
Fix PHP Fatal error for r54627.
Modified paths:
  • /trunk/phase3/includes/specials/SpecialVersion.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialVersion.php
@@ -222,7 +222,7 @@
223223 $execPath = substr_replace($execPath, '', 0, strlen($pathVar));
224224 $execFullPath = trim($wgSVGConverterPath,'"') . $execPath;
225225 $execBinPath = $binPath . $execPath;
226 - $execPathVal = checkExecPath( $execPath );
 226+ $execPathVal = self::checkExecPath( $execPath );
227227 if (strstr($execFullPath, ' ') != false) {
228228 $execFullPath = '"' . $execFullPath . '"';
229229 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r54627* (bug 20127) Fix regression when the executive does not found in the path sp...shinjiman10:32, 8 August 2009

Status & tagging log