![Picture of Sebastian Radloff Picture of Sebastian Radloff](/graphics/unknown.gif)
Sebastian Radloff - 2007-04-11 08:59:24
I mentioned a bug at line 156.
If the user doesn't want direct outout he doesn't get the title of the feed,
because the class parses the link of the feed again.
You must change line 156 from:
$this->output[$this->counter]['title'] = $this->link
to:
$this->output[$this->counter]['title'] = $this->title
Nice class!