Home » Database » DB_DataObject » Bug #2273
validate method calls child Validate$key
Details
| Submitted | 2004-09-02 18:31 UTC |
|---|---|
| From | brandon at osuosl dot org |
| Status | Bogus |
| Package | DB_DataObject |
| PHP Version | 5.0.1 |
| OS | Linux |
| Roadmaps | (Not assigned) |
Comments
[2004-09-02 18:31 UTC] brandon at osuosl dot org
Description:
------------
On line 3001 of the latest version the $method that is called is Validate . ucfirst($key). With the new php5 sensitivity towards casing it seems that it should be validate . ucfirst($key).
Just a thought.
Thanks again.