Typo in fa_simplepie.module on line 90
rbl - February 4, 2008 - 13:49
| Project: | FooAggregator RSS aggregator. |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | alaa |
| Status: | closed |
Jump to:
Description
Hi!
Just installed FA. I configured it to use simplepie and while trying to refresh a feed I got this error:
Fatal error: Call to undefined function _fooaggreator_feed_update_info() in /home/theinsid/public_html/demo1/sites/all/modules/fooaggregator/parsers/simplepie/fa_simplepie.module on line 90
Line 90 reads:
fooaggreator_feed_update_info($title, $feed_info, $feed);
and it should be:
fooaggregator_feed_update_info($title, $feed_info, $feed);
Ricardo

#1
fixed
#2
Automatically closed -- issue fixed for two weeks with no activity.