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

Bug #8304 bug in generateJavaScriptClient()
Submitted: 2006-07-27 07:33 UTC
From: jan at motubo dot com Assigned: jeichorn
Status: Closed Package: HTML_AJAX (version 0.4.1)
PHP Version: 5.1.4 OS: Debian/Sarge
Roadmaps: (Not assigned)    
Subscription  


 [2006-07-27 07:33 UTC] jan at motubo dot com (jan)
Description: ------------ On line 234: $client .= $this->generateClassStub($this->_exportedInstances[$name]['exportedName']); Correct (at least that helps): $client .= $this->generateClassStub($name); This incorrect line leads to "always true" of the first if-clause in HTML_AJAX::generateClassStub() in line 261 because of different cases between 'name' and 'exportedName'.

Comments

 [2006-07-31 08:08 UTC] jan at motubo dot com
sorry, auto-fill in has led into false summary
 [2006-08-09 05:31 UTC] jeichorn at php dot net (Joshua Eichorn)
Fixed in SVN thanks