mirror of
https://github.com/parsecsv/parsecsv-for-php.git
synced 2026-02-19 00:36:38 +00:00
made _check_data protected
This commit is contained in:
@@ -1084,12 +1084,12 @@ class parseCSV {
|
||||
/**
|
||||
* Check file data
|
||||
*
|
||||
* @access public
|
||||
* @access protected
|
||||
* @param file local filename
|
||||
*
|
||||
* @return true or false
|
||||
*/
|
||||
public function _check_data ($file = null) {
|
||||
protected function _check_data ($file = null) {
|
||||
if ( empty($this->file_data) ) {
|
||||
if ( $file === null ) $file = $this->file;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user