Przeglądaj źródła

Fixing missing get_lang call!

Julio Montoya 13 lat temu
rodzic
commit
13e28decfd
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      main/attendance/attendance_sheet.php

+ 1 - 1
main/attendance/attendance_sheet.php

@@ -54,7 +54,7 @@ if (api_is_allowed_to_edit(null, true)) {
     }
     
     if (!$exists_attendance_today) {
-        Display::display_warning_message('ThereIsNoClassScheduledTodayTryPickingAnotherDay');
+        Display::display_warning_message(get_lang('ThereIsNoClassScheduledTodayTryPickingAnotherDay'));
     }
     
     $form->addElement('select', 'filter', get_lang('Filter'), $values);