On line 21 of the FeedsJSONPathParser.inc file there is a function is called "json_last_error"
if (json_last_error() == JSON_ERROR_NONE && is_array($array)) {
json_last_error function doesn't appear in any of the project's files.
On line 21 of the FeedsJSONPathParser.inc file there is a function is called "json_last_error"
if (json_last_error() == JSON_ERROR_NONE && is_array($array)) {
json_last_error function doesn't appear in any of the project's files.
Comments
Comment #1
twistor commentedFixed in http://drupal.org/cvs?commit=430068. Thanks, this was an oversight on my part.
Comment #2
twistor commentedBeta3 should roll out soon.