Needs review
Project:
Media Mover
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Oct 2011 at 00:52 UTC
Updated:
23 Mar 2012 at 17:59 UTC
Line 55 in mm_ftp_storage.inc is:
watchdog(MM_FTP_WATCHDOG_TYPE, $message, WATCHDOG_ERROR);
I think it needs to be:
watchdog(MM_FTP_WATCHDOG_TYPE, $message, NULL, WATCHDOG_ERROR);
Comments
Comment #1
bwinett commentedIs anyone maintaining this module?
Comment #2
arthurf commentedFixed in dev branch