libraries/common_syndication_parser.inc line 417 never expects the results of $dc["creator"] to be an array. (Note that the internal variable used to store this data is $original_author .)

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

delphian’s picture

Patch is attached

greenbank’s picture

Issue summary: View changes

Any chance this patch will make in into a release? I just came in here to post my own patch for this (which is nearly identical, this one is better), did not find this before I wrote my own (I searched for "original_author"). Added that variable to issue summary in hopes someone else will be saved the hassle.

twistor’s picture

Status: Active » Needs work

I don't think we need all the fanciness around the implode(). implode() on an empty array just returns an empty string.