From 5b54779752c9f416f89903a70d999f1da1871b7b Mon Sep 17 00:00:00 2001 From: Thiago Livramento Date: Thu, 13 Mar 2025 18:21:44 -0300 Subject: [PATCH] update to 4.5 --- block_enrolmenttimer.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/block_enrolmenttimer.php b/block_enrolmenttimer.php index 7b4ebe5..2fc964e 100644 --- a/block_enrolmenttimer.php +++ b/block_enrolmenttimer.php @@ -59,6 +59,10 @@ public function applicable_formats() { ); } + private $completionpercentage; + private $activecountdown; + private $viewsoptions; + /** * Tell Moodle we have some specializations. */ @@ -173,4 +177,4 @@ public function get_content() { $this->content->footer = ''; return $this->content; } -} \ No newline at end of file +}