Rename class file according PSR - refs BT#9087

1.10.x
Angel Fernando Quiroz Campos 10 years ago
parent ef33a84387
commit 82e91fbf4b
  1. 2
      main/admin/teacher_time_report.php
  2. 0
      main/inc/lib/TeacherTimeReport.php

@ -24,7 +24,7 @@ $cidReset = true;
// Including some necessary library files.
require_once '../inc/global.inc.php';
require_once api_get_path(LIBRARY_PATH) . 'TeacherTimeReport.class.php';
require_once api_get_path(LIBRARY_PATH) . 'TeacherTimeReport.php';
// Setting the section (for the tabs).
$this_section = SECTION_PLATFORM_ADMIN;

Loading…
Cancel
Save