Form validation rules in config |
|||
|---|---|---|---|
| Date: | 10/15/2008 | Severity: | Major |
| Status: | Resolved | Reporter: | Too Pixel |
| Version: | 1.7.0 SVN | ||
| Keywords: | Libraries, Validation Class | ||
Description
While setting rules in a config config file that doesn’t have the first letter uppercased don’t work.
Example on a unix server:
./application/config/form_validation.php => Doesn’t care about the rules
./application/config/form_validation.php => Work and read the rules
Expected Result
Actual Result
Comment on Bug Report
| Posted by: Too Pixel on 15 October 2008 2:03pm | |
|
|
I’ve made a mistake, should be: Example on a unix server: ./application/config/Form_validation.php => Work and read the rules |
| Posted by: Bramme on 18 October 2008 9:53am | |
|
|
I second that bug. Dunno what’s causing it though, I went (rather quickly) through the source code, but don’t really know what’s causing it. |
