r112264 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112263‎ | r112264 | r112265 >
Date:23:11, 23 February 2012
Author:aaron
Status:ok
Tags:
Comment:
Modified paths:
  • /branches/wmf/1.19wmf1/extensions/OggHandler/OggHandler_body.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.19wmf1/extensions/OggHandler/OggHandler_body.php
@@ -261,9 +261,9 @@
262262
263263 global $wgOggThumbLocation;
264264 if ( $wgOggThumbLocation !== false ) {
265 - $status = $this->runOggThumb( $file->getPath(), $dstPath, $thumbTime );
 265+ $status = $this->runOggThumb( $file->getLocalRefPath(), $dstPath, $thumbTime );
266266 } else {
267 - $status = $this->runFFmpeg( $file->getPath(), $dstPath, $thumbTime );
 267+ $status = $this->runFFmpeg( $file->getLocalRefPath(), $dstPath, $thumbTime );
268268 }
269269 if ( $status === true ) {
270270 return new OggVideoDisplay( $file, $file->getURL(), $dstUrl, $width, $height,
Property changes on: branches/wmf/1.19wmf1/extensions/OggHandler/OggHandler_body.php
___________________________________________________________________
Modified: svn:mergeinfo
271271 Merged /trunk/extensions/OggHandler/OggHandler_body.php:r112260

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r112260Use getLocalRefPath() for shell scripts that need a source fileaaron23:08, 23 February 2012

Status & tagging log