Completed
Push — 1.10.x ( 2d1800...d0b403 )
by Angel Fernando Quiroz
145:53 queued 104:41
created
plugin/bbb/admin.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
         [],
Please login to merge, or discard this patch.