Completed
Push — 1.10.x ( 3cf4d9...ad40e2 )
by Angel Fernando Quiroz
279:46 queued 241:24
created
main/admin/teacher_time_report_by_session.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@  discard block
 block discarded – undo
8 8
 $cidReset = true;
9 9
 
10 10
 require_once '../inc/global.inc.php';
11
-require_once api_get_path(SYS_CODE_PATH) . 'work/work.lib.php';
11
+require_once api_get_path(SYS_CODE_PATH).'work/work.lib.php';
12 12
 
13 13
 api_protect_admin_script();
14 14
 
@@ -94,7 +94,7 @@  discard block
 block discarded – undo
94 94
 $this_section = SECTION_PLATFORM_ADMIN;
95 95
 $interbreadcrumb[] = ['url' => 'index.php', 'name' => get_lang('Administration')];
96 96
 $interbreadcrumb[] = [
97
-    'url' => api_get_path(WEB_CODE_PATH) . 'admin/teacher_time_report.php',
97
+    'url' => api_get_path(WEB_CODE_PATH).'admin/teacher_time_report.php',
98 98
     'name' => get_lang('TeacherTimeReport')
99 99
 ];
100 100
 $toolName = get_lang('TeacherTimeReportBySession');
Please login to merge, or discard this patch.