Ticket #39920: 39920.2.patch
| File 39920.2.patch, 465 bytes (added by , 9 years ago) |
|---|
-
misc.php
70 70 if (!file_exists( $filename ) ) { 71 71 return $result; 72 72 } 73 74 if ( $markerdata = explode( "\n", implode( '', file( $filename ) ) ));73 $markerdata = explode( "\n", implode( '', file( $filename ) ) ); 74 if ( ! empty( $markerdata ) ) 75 75 { 76 76 $state = false; 77 77 foreach ( $markerdata as $markerline ) {