Home » Structures » Structures_DataGrid » Bug #3781
wrong filename required in CSV.php
Details
| Submitted | 2005-03-11 21:14 UTC |
|---|---|
| From | pear at felixdd dot de |
| Assigned | asnagy |
| Status | Closed |
| Package | Structures_DataGrid |
| PHP Version | Irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2005-03-11 21:14 UTC] pear at felixdd dot de
Description:
------------
in Structures/DataGrid/DataSource/CSV.php line 20
a wrong file path for require_once is given.
Should be
require_once 'Structures/DataGrid/DataSource/Array.php';
instead of
require_once 'Structures/DataGrid/Array.php';