Fixed Unknown variable in validateStepConfig

truonglv

Well-known member
Affected version
2.2.0
In the line 180 vBulletinSourceTrait.php
Code:
$config['mediaItems']['path'] = $path;
And there is no declare for that variable. I guess it should be $stepConfig.
 
Thank you for reporting this issue, it has now been resolved. We are aiming to include any changes that have been made in a future XFMG release (2.2.5).

Change log:
Fix incorrect variable usage in vBulletin importer
There may be a delay before changes are rolled out to the XenForo Community.
 
Top Bottom