瀏覽代碼

Fixing missing get_lang call!

Julio Montoya 13 年之前
父節點
當前提交
13e28decfd
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);