Skip to content

Commit

Permalink
Change access on _baseConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
predominant committed Apr 3, 2011
1 parent 448a80b commit e07c037
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 Original file line Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class CsvSource extends DataSource {
* *
* @var array * @var array
*/ */
private $__baseConfig = array( protected $_baseConfig = array(
'datasource' => 'csv', 'datasource' => 'csv',
'path' => '.', 'path' => '.',
'extension' => 'csv', 'extension' => 'csv',
Expand Down

0 comments on commit e07c037

Please sign in to comment.