Navigation Menu

Skip to content

Commit

Permalink
Switch CI_Form_validation:: to public
Browse files Browse the repository at this point in the history
Makes it easier to access the data after validation (issue bcit-ci#1208)
  • Loading branch information
narfbg committed Nov 26, 2012
1 parent 4abd094 commit cff3580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/libraries/Form_validation.php
Expand Up @@ -105,7 +105,7 @@ class CI_Form_validation {
*
* @var array
*/
protected $validation_data = array();
public $validation_data = array();

/**
* Initialize Form_Validation class
Expand Down

0 comments on commit cff3580

Please sign in to comment.