Should fix bug when including file see #5244
parent
3d0cb9c3da
commit
3b16635c32
@ -1,4 +1,4 @@ |
||||
<?php |
||||
|
||||
require_once 'config.php'; |
||||
require_once dirname(__FILE__).'/config.php'; |
||||
$plugin_info = BBBPlugin::create()->get_info(); |
||||
@ -1,4 +1,4 @@ |
||||
<?php |
||||
$course_plugin = 'olpc_peru_filter'; //needed in order to load the plugin lang variables |
||||
require_once 'config.php'; |
||||
require_once dirname(__FILE__).'/config.php'; |
||||
$plugin_info = OLPC_Peru_FilterPlugin::create()->get_info(); |
||||
|
||||
Loading…
Reference in new issue