@@ -7,7 +7,7 @@ discard block |
||
7 | 7 | $course_plugin = 'bbb'; //needed in order to load the plugin lang variables |
8 | 8 | $cidReset = true; |
9 | 9 | |
10 | -require_once __DIR__ . '/../../main/inc/global.inc.php'; |
|
10 | +require_once __DIR__.'/../../main/inc/global.inc.php'; |
|
11 | 11 | |
12 | 12 | api_protect_admin_script(); |
13 | 13 | |
@@ -70,7 +70,7 @@ discard block |
||
70 | 70 | if ($meetings) { |
71 | 71 | $actions[] = Display::toolbarButton( |
72 | 72 | get_lang('ExportInExcel'), |
73 | - api_get_self() . '?action=export', |
|
73 | + api_get_self().'?action=export', |
|
74 | 74 | 'file-excel-o', |
75 | 75 | 'success', |
76 | 76 | [], |