r82768 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82767‎ | r82768 | r82769 >
Date:00:01, 25 February 2011
Author:dale
Status:deferred
Tags:
Comment:
opps, removed broken stub variable ref
Modified paths:
  • /trunk/extensions/TimedMediaHandler/WebVideoTranscode/WebVideoTranscode.php (modified) (history)

Diff [purge]

Index: trunk/extensions/TimedMediaHandler/WebVideoTranscode/WebVideoTranscode.php
@@ -279,7 +279,6 @@
280280 */
281281 public static function updateJobQueue( &$file, $transcodeKey ){
282282 $target = self::getTargetEncodePath( $file, $transcodeKey );
283 - $targetFailure =
284283 // TranscodeKey not found ( check if the file is in progress ) ( tmp transcode location )
285284 if( is_file( $target ) ) {
286285 // file in progress / in queue

Status & tagging log