PHP Classes

Bug founded

Recommend this page to a friend!

      RSS Feed Reader  >  All threads  >  Bug founded  >  (Un) Subscribe thread alerts  
Subject:Bug founded
Summary:Bug in the core_endElement method
Messages:1
Author:Gerson Jaber
Date:2007-12-30 04:47:08
 

  1. Bug founded   Reply   Report abuse  
Picture of Gerson Jaber Gerson Jaber - 2007-12-30 04:47:09
Hello, I'm trying your class and I find one litle bug, in the line 156 have:
$this->output[$this->counter]['title'] = $this->link;

and the correct is:
$this->output[$this->counter]['title'] = $this->title;

Happy new Year!!!