The feed is doubling the events
-
If the event title contains quotation marks, the event is doubled, not updated.
The cure is: ESS_Impost.php:101
replaceif ( $event_[ 'event_title' ] == $FEED_[ 'generals' ][ 'title' ] )
with
if ( htmlspecialchars_decode ( $event_[ 'event_title' ] ) == htmlspecialchars_decode ( $FEED_[ 'generals' ][ 'title' ] ) )
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘The feed is doubling the events’ is closed to new replies.