From 8421d8e8be39627619159fd9ac052df44dc6c058 Mon Sep 17 00:00:00 2001 From: Naimid Videla Date: Thu, 16 Jul 2020 11:21:05 -0300 Subject: [PATCH] cambios --- .../modules/course_student_mark/actions/actions.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/backend/modules/course_student_mark/actions/actions.class.php b/apps/backend/modules/course_student_mark/actions/actions.class.php index 42f033f50..3c932b03a 100644 --- a/apps/backend/modules/course_student_mark/actions/actions.class.php +++ b/apps/backend/modules/course_student_mark/actions/actions.class.php @@ -166,6 +166,7 @@ public function executeUpdate(sfWebRequest $request) $calification_final ++; } } + $result = false; if($calification_final == count($cs->getCourseSubjectStudents())) { $result = true;