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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | feedaggregator_node_links_patch_0.txt | 808 bytes | gwen |
| feedaggregator_node_links_patch.txt | 506 bytes | gwen |
Comments
Comment #1
gwen commentedWhoops, I neglected to use unified diff in the original patch. New version is attached.
Comment #2
Lityi commentedyepp, I had the same problem with a fresh install and PHP 5.2.3
this patch works like charm, million thx for it :)
Comment #3
buddaApplied to CVS
Comment #4
(not verified) commented