From 82e91fbf4b7ae8dacf618c049b8fcd2fb78a24af Mon Sep 17 00:00:00 2001 From: Angel Fernando Quiroz Campos Date: Mon, 2 Feb 2015 11:02:18 -0500 Subject: [PATCH] Rename class file according PSR - refs BT#9087 --- main/admin/teacher_time_report.php | 2 +- .../lib/{TeacherTimeReport.class.php => TeacherTimeReport.php} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename main/inc/lib/{TeacherTimeReport.class.php => TeacherTimeReport.php} (100%) diff --git a/main/admin/teacher_time_report.php b/main/admin/teacher_time_report.php index dc90c6c141..acf9de5e30 100644 --- a/main/admin/teacher_time_report.php +++ b/main/admin/teacher_time_report.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; diff --git a/main/inc/lib/TeacherTimeReport.class.php b/main/inc/lib/TeacherTimeReport.php similarity index 100% rename from main/inc/lib/TeacherTimeReport.class.php rename to main/inc/lib/TeacherTimeReport.php