Legend:
- Unmodified
- Added
- Removed
-
plugins/importExport/inc/flat/class.flat.import.php
r841 r877 440 440 } 441 441 442 $post_password = $post->post_password ? (string) $post->post_password : null;443 444 442 $this->cur_post->post_id = (integer) $post->post_id; 445 443 $this->cur_post->blog_id = (string) $post->blog_id; … … 449 447 $this->cur_post->post_creadt = (string) $post->post_creadt; 450 448 $this->cur_post->post_upddt = (string) $post->post_upddt; 451 $this->cur_post->post_password = $post_password;452 449 $this->cur_post->post_type = (string) $post->post_type; 453 450 $this->cur_post->post_format = (string) $post->post_format;
Note: See TracChangeset
for help on using the changeset viewer.