Skip to:
Content

bbPress.org


Ignore:
Timestamp:
07/25/2012 04:21:07 PM (12 years ago)
Author:
johnjamesjacoby
Message:

Converters:

  • Classes are case sensitive when being loaded by the main converter.
  • Fixes #1886.
  • For 2.1 branch.
  • Props netweb.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.1/bbp-admin/converters/vBulletin.php

    r3966 r4119  
    22
    33/**
    4  * Implementation of Vbulletin converter.
     4 * Implementation of vBulletin converter.
    55 */
    6 class Vbulletin extends BBP_Converter_Base
     6class vBulletin extends BBP_Converter_Base
    77{
    88    function __construct()
     
    268268        $this->field_map[] = array(
    269269            'to_type' => 'user', 'to_fieldname' => '_bbp_class',
    270             'default' => 'Vbulletin'
     270            'default' => 'vBulletin'
    271271        );
    272272       
Note: See TracChangeset for help on using the changeset viewer.