diff --git a/html-importer.php b/html-importer.php index 7778872..adb8689 100644 --- a/html-importer.php +++ b/html-importer.php @@ -1111,7 +1111,7 @@ function import() { if ( validate_import_file( $options['root_directory'] ) > 0 ) wp_die( __( "The beginning directory you entered is not an absolute path. Relative paths are not allowed here.", 'import-html-pages' ) ); - $this->table = ''; + $this->table = array(); $this->redirects = ''; $this->filearr = array(); $skipdirs = explode( ",", $options['skipdirs'] );