Dotclear

Changeset 3323:a7a3516ead72


Ignore:
Timestamp:
08/24/16 07:59:17 (9 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Cope with post.post_position field during flat import, closes #2200

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/importExport/inc/flat/class.flat.import.php

    r3148 r3323  
    475475          $this->cur_post->nb_comment         = (integer) $post->nb_comment; 
    476476          $this->cur_post->nb_trackback       = (integer) $post->nb_trackback; 
     477          $this->cur_post->post_position          = (integer) $post->post_position; 
    477478 
    478479          $this->cur_post->post_tz = $post->exists('post_tz') ? (string) $post->post_tz : 'UTC'; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map