Closed (fixed)
Project:
Flickr
Version:
6.x-1.x-dev
Component:
flickr (main module)
Priority:
Minor
Category:
Bug report
Reporter:
Created:
5 Apr 2008 at 12:15 UTC
Updated:
24 Nov 2008 at 00:16 UTC
Jump to comment: Most recent
Right at the bottom of the file, it should read more like this;
watchdog('flickr', 'Flickr error @error_id: %flickr_error', array('@error_id' => $messageOrResponse['code'], '%flickr_error'=> $messageOrResponse['message']), WATCHDOG_WARNING);
As the parameters of watchdog have changed for Drupal 6.x; http://drupal.org/node/114774#watchdog_parameters
I haven't tested that code change, but I can't see any reason why it wouldn't work?
Pobster
Comments
Comment #1
Anonymous (not verified) commentedWatchdog has recently been re-factored .
Please reopen if you have any further concerns.
Best, Paul
Comment #2
Anonymous (not verified) commentedFixed, ill get that committed.
Comment #3
Anonymous (not verified) commented