diff --git a/application/forms/Dashboard/SetupNewDashboardForm.php b/application/forms/Dashboard/SetupNewDashboardForm.php index 41f90d6ae..27f1f7b0c 100644 --- a/application/forms/Dashboard/SetupNewDashboardForm.php +++ b/application/forms/Dashboard/SetupNewDashboardForm.php @@ -156,7 +156,7 @@ class SetupNewDashboardForm extends BaseDashboardForm */ protected function assembleNexPageDashletPart() { - if ($this->getPopulatedValue('custom_url') === 'y' && ! $this->isUpdating()) { + if (empty($this->moduleDashlets) || $this->getPopulatedValue('custom_url') === 'y' && ! $this->isUpdating()) { $this->addHtml(HtmlElement::create('hr')); $this->assembleDashletElements(); }