Skip to content

Commit 4c636d2

Browse files
Merge pull request #1055 from Codeinwp/bugfix/1053
Removed PHP deprecated function
2 parents 5450068 + fbb6193 commit 4c636d2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

classes/Visualizer/Source/Csv.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@ private function _fetchSeries( &$handle ) {
115115
* @return resource File handle resource on success, otherwise FALSE.
116116
*/
117117
protected function _get_file_handle( $filename = false ) {
118-
// set line endings auto detect mode
119-
ini_set( 'auto_detect_line_endings', true );
120118
// open file and return handle
121119
return fopen( $filename ? $filename : $this->_filename, 'rb' );
122120
}

0 commit comments

Comments
 (0)