Index: trunk/extensions/TimedMediaHandler/WebVideoTranscode/WebVideoTranscode.php |
— | — | @@ -279,7 +279,6 @@ |
280 | 280 | */ |
281 | 281 | public static function updateJobQueue( &$file, $transcodeKey ){ |
282 | 282 | $target = self::getTargetEncodePath( $file, $transcodeKey ); |
283 | | - $targetFailure = |
284 | 283 | // TranscodeKey not found ( check if the file is in progress ) ( tmp transcode location ) |
285 | 284 | if( is_file( $target ) ) { |
286 | 285 | // file in progress / in queue |