Closed (fixed)
Project:
Media Mover
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 May 2009 at 14:10 UTC
Updated:
18 May 2009 at 16:20 UTC
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");
| Comment | File | Size | Author |
|---|---|---|---|
| media_mover-ffmpeg-error-message.patch | 606 bytes | mrfelton |
Comments
Comment #1
arthurf commentedCommitted, thanks for the catch!