Нужно задать следующий шаг
| Код |
|---|
class SelectSiteStep extends CSelectSiteWizardStep
{
function InitStep()
{
parent::InitStep();
$wizard =& $this->GetWizard();
$wizard->solutionName = "Start_Bootstrap_Landing_Page";
$this->SetNextStep("site_settings");
}
}
|