diff --git a/Models/Event.php b/Models/Event.php index f84f672..fb7886a 100644 --- a/Models/Event.php +++ b/Models/Event.php @@ -61,7 +61,7 @@ class Event private $media = []; private $progress = 0; - + private $progressType = ProgressType::MANUAL; /** diff --git a/Theme/Backend/eventmanagement-list.tpl.php b/Theme/Backend/eventmanagement-list.tpl.php index 52e53bf..2302664 100644 --- a/Theme/Backend/eventmanagement-list.tpl.php +++ b/Theme/Backend/eventmanagement-list.tpl.php @@ -34,7 +34,7 @@ echo $this->getData('nav')->render(); ?>