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  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 33 - 29 = ?

 
 [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?