Closed (cannot reproduce)
Project:
Feeds
Version:
6.x-1.0-alpha10
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Feb 2010 at 23:11 UTC
Updated:
18 Sep 2010 at 03:29 UTC
When the method sourceDefaults is not defined in a parser, WSOD ensues. We can easily get around this by adding the following public function to the class FeedsParser in FeedsParser.inc.
/**
* Define defaults for sourceForm.
*/
public function sourceDefaults() {
return array();
}
Comments
Comment #1
alex_b commentedI can't reproduce this. I believe this is fixed in the meantime.