Home » HTML » HTML_AJAX » Bug #8304
bug in generateJavaScriptClient()
Details
| Submitted | 2006-07-27 07:33 UTC |
|---|---|
| From | jan at motubo dot com |
| Assigned | jeichorn |
| Status | Closed |
| Package | HTML_AJAX |
| PHP Version | 5.1.4 |
| OS | Debian/Sarge |
| Roadmaps | (Not assigned) |
Comments
[2006-07-27 07:33 UTC] jan at motubo dot com
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'.
[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
Fixed in SVN thanks