diff --git a/modules/content/widgets/hero.php b/modules/content/widgets/hero.php index 19709a2f..c38c0257 100644 --- a/modules/content/widgets/hero.php +++ b/modules/content/widgets/hero.php @@ -61,7 +61,7 @@ protected function add_content_section() { } protected function add_style_section() { - $this->add_style_content_section(); + $this->add_style_content_section(); $this->add_style_image_section(); $this->add_style_box_section(); }