Home » Structures » Structures_DataGrid » Bug #4394
Wrong include path in CSV.php
Details
| Submitted | 2005-05-20 18:47 UTC |
|---|---|
| From | jacob-nospam at keystreams dot com |
| Status | Duplicate |
| Package | Structures_DataGrid |
| PHP Version | 5.0.3 |
| OS | GNU/Linux Mandrake 10 |
| Roadmaps | (Not assigned) |
Comments
[2005-05-20 18:47 UTC] jacob-nospam at keystreams dot com
Description:
------------
Line 21 of 'Structures/DataGrid/DataSource/CSV.php' is:
require_once 'Structures/DataGrid/Array.php';
It should be:
require_once 'Structures/DataGrid/DataSource/Array.php';