Home » Structures » Structures_DataGrid » Bug #3086
Typo in Core.php
Details
| Submitted | 2005-01-03 20:30 UTC |
|---|---|
| From | jason at greenhell dot com |
| Assigned | asnagy |
| Status | Closed |
| Package | Structures_DataGrid |
| PHP Version | Irrelevant |
| OS | Linux |
| Roadmaps | (Not assigned) |
Comments
[2005-01-03 20:30 UTC] jason at greenhell dot com
Description:
------------
On lines 226 and 227 of Structures/DataGrid/Core.php, there are references to $this->_datasource. However, the correct property name is $this->_dataSource. The result is a PHP undefined variable warning, and sorting does not work. (part of method sortRecordSet)
This is in version 0.6.0 (beta)
[2005-01-05 19:25 UTC] asnagy at webitecture dot org
This bug has been fixed in CVS.
In case this was a documentation problem, the fix will show up at the
end of next Sunday (CET) on pear.php.net.
In case this was a pear.php.net website problem, the change will show
up on the website in short time.
Thank you for the report, and for helping us make PEAR better.