Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.1.0

Bug #8492 $this->last unknow
Submitted: 2006-08-17 16:09 UTC
From: moosh Assigned: mj
Status: Closed Package: XML_RSS (version CVS)
PHP Version: 4.3.1 OS:
Roadmaps: (Not assigned)    
Subscription  


 [2006-08-17 16:09 UTC] moosh (Christophe Gesche)
Description: ------------ function endHandler($parser, $element) { if ($element == $this->insideTag) { $this->insideTag = ''; $this->struct[] = array_merge(array('type' => strtolower($element)), $this->last); } Notice: Undefined property: last in RSS.php Actual result: -------------- Notice: Undefined property: last in RSS.php

Comments

 [2006-08-20 15:10 UTC] mj (Martin Jansen)
Fixed in CVS. Christophe: Would you mind getting the latest sources from CVS and verifying that the fix works for you?