diff --git a/main/gradebook/lib/fe/catform.class.php b/main/gradebook/lib/fe/catform.class.php index 04b2dda580..30fdae30bd 100755 --- a/main/gradebook/lib/fe/catform.class.php +++ b/main/gradebook/lib/fe/catform.class.php @@ -273,6 +273,10 @@ class CatForm extends FormValidator } $defaultCertification = 0; + if (!empty($this->category_object)) { + $defaultCertification = $this->category_object->getCertificateMinScore(); + } + if (isset($this->category_object) && $this->category_object->get_parent_id() == 0 ) {