# This patch file was generated by NetBeans IDE
# This patch can be applied using context Tools: Apply Diff Patch action on respective folder.
# It uses platform neutral UTF-8 encoding.
# Above lines and this line are ignored by the patching process.
Index: contributions/modules/ffmpeg_converter/ffmpeg_converter.module
--- contributions/modules/ffmpeg_converter/ffmpeg_converter.module Base (1.46)
+++ contributions/modules/ffmpeg_converter/ffmpeg_converter.module Locally Modified (Based On 1.46)
@@ -279,8 +279,7 @@
     $files = array();
     while ($data = db_result($res)) {
       $job = unserialize($data);
-      $args = unserialize($job['arguments']);
-      $files[] = $args[0] . '-' . $args[1] . '-' . $args[2] . '-' . $args[3];
+      $files[] = $job['arguments'][0] . '-' . $job['arguments'][1] . '-' . $job['arguments'][2] . '-' . $job['arguments'][3];
     }
     cache_set('ffmpeg_converter_queued_files', $files);
   }
