humanmade / WordPress-Importer

In-development rewrite of the WordPress (WXR) Importer
Other
358 stars 63 forks source link

Notice: Undefined variable: $exists in class-wxr-importer.php:1287 #95

Open widoz opened 7 years ago

widoz commented 7 years ago

As per title the variable $exists does not exists.

if ( $post_exists ) { $existing = $this->comment_exists( $comment ); if ( $existing ) { $this->mapping['comment'][ $original_id ] = $exists; continue; } }