Hello,

there is a php error on your module. At line 153 the theme function for feed_icons, requires a second arg for the feed title.

So you should write something like that:

$output .= theme('feed_icon', url('onthisday/feed'), 'On this day');

Thanks apanag

Comments

sillygwailo’s picture

Status: Active » Fixed

Good catch. I committed a modified version of what you supplied to the developmental version.

Status: Fixed » Closed (fixed)

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