Skip to:
Content

bbPress.org

Changeset 3239


Ignore:
Timestamp:
05/26/2011 11:31:58 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Invert the topic order in stand alone importer, so that new post ID's are in the correct order. Props danieljuhl. See #1534.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-admin/importers/bbpress.php

    r3227 r3239  
    912912                        'forum_id'     => $forum->forum_id,
    913913                        'per_page'     => -1,
    914                         'topic_status' => 'all'
     914                        'topic_status' => 'all',
     915                        'order_by'     => 'topic_start_time',
     916                        'order'        => 'ASC'
    915917                    ) );
    916918
Note: See TracChangeset for help on using the changeset viewer.