Unknown variable in validateStepConfig

  • Thread starter Thread starter truonglv
  • Start date Start date

truonglv

Guest
Member
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.
 
Top