diff --git a/renderer.php b/renderer.php index 6b5180c..f0549a7 100644 --- a/renderer.php +++ b/renderer.php @@ -1464,7 +1464,7 @@ class mod_attendance_renderer extends plugin_renderer_base { foreach ($prefdata->statuses as $st) { $emptyacronym = ''; $emptydescription = ''; - if (!empty(($prefdata->errors[$st->id]))) { + if (!empty($prefdata->errors) && !empty(($prefdata->errors[$st->id]))) { if (empty($prefdata->errors[$st->id]['acronym'])) { $emptyacronym = $this->construct_notice(get_string('emptyacronym', 'mod_attendance'), 'notifyproblem'); }