http://www.mediawiki.org/wiki/Special:Code/MediaWiki/82768

Revision: 82768
Author:   dale
Date:     2011-02-25 00:01:06 +0000 (Fri, 25 Feb 2011)
Log Message:
-----------
opps, removed broken stub variable ref

Modified Paths:
--------------
    trunk/extensions/TimedMediaHandler/WebVideoTranscode/WebVideoTranscode.php

Modified: 
trunk/extensions/TimedMediaHandler/WebVideoTranscode/WebVideoTranscode.php
===================================================================
--- trunk/extensions/TimedMediaHandler/WebVideoTranscode/WebVideoTranscode.php  
2011-02-24 23:58:57 UTC (rev 82767)
+++ trunk/extensions/TimedMediaHandler/WebVideoTranscode/WebVideoTranscode.php  
2011-02-25 00:01:06 UTC (rev 82768)
@@ -279,7 +279,6 @@
         */     
        public static function updateJobQueue( &$file, $transcodeKey ){
                $target =  self::getTargetEncodePath( $file, $transcodeKey );
-               $targetFailure = 
                // TranscodeKey not found ( check if the file is in progress ) 
( tmp transcode location ) 
                if( is_file( $target ) ) {
                        // file in progress / in queue


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to