Browse Source

Fixing missing get_lang call!

Julio Montoya 13 years ago
parent
commit
13e28decfd
1 changed files with 1 additions and 1 deletions
  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);