PluginProbe
Booking Manager – Sync WP Booking Calendar – Import Events, Export Bookings to ICS Calendar / 2.1.21
Booking Manager – Sync WP Booking Calendar – Import Events, Export Bookings to ICS Calendar v2.1.21
2.1.22 2.1.21 2.1.20 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 trunk 1.1 2.0 2.0.1 2.0.10.2 2.0.11 2.0.12 2.0.13 2.0.14 2.0.15 2.0.16 2.0.17 2.0.18 2.0.2 2.0.20 2.0.21 All 56 releases
← All changes | core/wpbm-ics.php +1 -1 2.1.72.1.21 View file →
@@ -105,9 +105,9 @@
105 105 if ( false === strpos( $ics_content, 'VEVENT' ) ) {
106 106 return new WP_Error( 'wpbm_ics_error', '<strong>[WPBM Error]</strong> ' . __( 'File does not contain events' ) . ' ' , 'wrong_ics_content' );
107 107 }
108 108
109 -
109 + $ics_content = trim($ics_content); //FixIn: 2.1.9.2
110 110 $icalobj = new ZCiCal( $ics_content ); // create the ical object
111 111
112 112
113 113 $events_count = 0;