Skip to content

Commit

Permalink
Merge pull request #10 from josegonzalez/master
Browse files Browse the repository at this point in the history
Fixed access level on CsvSource::$_baseConfig
  • Loading branch information
predominant committed Sep 13, 2011
2 parents 2b2a6e7 + 3a4323f commit 8e4181b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/datasources/csv_source.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class CsvSource extends DataSource {
*
* @var array
*/
protected $_baseConfig = array(
public $_baseConfig = array(
'datasource' => 'csv',
'path' => '.',
'extension' => 'csv',
Expand Down

0 comments on commit 8e4181b

Please sign in to comment.