Index: trunk/phase3/includes/specials/SpecialVersion.php |
— | — | @@ -222,7 +222,7 @@ |
223 | 223 | $execPath = substr_replace($execPath, '', 0, strlen($pathVar)); |
224 | 224 | $execFullPath = trim($wgSVGConverterPath,'"') . $execPath; |
225 | 225 | $execBinPath = $binPath . $execPath; |
226 | | - $execPathVal = checkExecPath( $execPath ); |
| 226 | + $execPathVal = self::checkExecPath( $execPath ); |
227 | 227 | if (strstr($execFullPath, ' ') != false) { |
228 | 228 | $execFullPath = '"' . $execFullPath . '"'; |
229 | 229 | } |