Skip to:
Content

bbPress.org


Ignore:
Timestamp:
01/17/2018 08:11:30 PM (9 years ago)
Author:
johnjamesjacoby
Message:

Importers: setup_globals() is a public method.

This change fixes a bug with the vBulletin importer causing it not to run.

See r6766 for the vBulletin3 equivalent.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/admin/converters/vBulletin.php

    r6670 r6767  
    2828         * Sets up the field mappings
    2929         */
    30         private function setup_globals() {
     30        public function setup_globals() {
    3131
    3232                // Setup smiley URL & path
Note: See TracChangeset for help on using the changeset viewer.