When enabling the "full story" link, the following error is thrown:

Fatal error: Cannot use string offset as an array in /var/www/svn/wwwdev.ourchart.com/ourchart/branches/drupal-5.1-upgrade/includes/theme.inc on line 554

This seems to be happening b/c feedaggregator_node_link() uses the old syntax for setting links. I'm attaching a patch with code that works for drupal 5.

Comments

gwen’s picture

StatusFileSize
new808 bytes

Whoops, I neglected to use unified diff in the original patch. New version is attached.

Lityi’s picture

yepp, I had the same problem with a fresh install and PHP 5.2.3

this patch works like charm, million thx for it :)

budda’s picture

Status: Needs review » Fixed

Applied to CVS

Anonymous’s picture

Status: Fixed » Closed (fixed)