Index: mm_ffmpeg/mm_ffmpeg.module
===================================================================
--- mm_ffmpeg/mm_ffmpeg.module	(revision 838)
+++ mm_ffmpeg/mm_ffmpeg.module	(working copy)
@@ -170,7 +170,7 @@
     $message = 'FFmpeg can not decode this file: %file !link';
     $variables = array(
       '%file' => $current_file,
-      '!link' => l(t('media mover file'), 'admin/media_mover/file/edit/'. $file['mmfid'])
+      '!link' => l(t('media mover file'), 'admin/build/media_mover/file/edit/'. $file['mmfid'])
     );
 
     $link = l("node ". $file['nid'],  "node/". $file['nid'] ."/edit");
CommentFileSizeAuthor
media_mover-ffmpeg-error-message.patch606 bytesmrfelton

Comments

arthurf’s picture

Status: Active » Fixed

Committed, thanks for the catch!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.