Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 246 Bytes

File metadata and controls

9 lines (7 loc) · 246 Bytes

Current Version 3.1.1

All codeigniter changes must be documented here.

  • System->Form_Validation[line 548]

from
return array_merge($callbacks,$new_rules);
to
return array_merge($new_rules,$callbacks);