Skip to content
Snippets Groups Projects
Commit 7d97c086 authored by Dennis Ahrens's avatar Dennis Ahrens
Browse files

Remove conditional require that points to a file that does not exist

parent a71f347c
Branches
No related tags found
No related merge requests found
...@@ -25,12 +25,6 @@ require_once('locallib.php'); ...@@ -25,12 +25,6 @@ require_once('locallib.php');
$adobeconnect_EXAMPLE_CONSTANT = 42; $adobeconnect_EXAMPLE_CONSTANT = 42;
/** Include eventslib.php */
$branch = (int)$CFG->branch;
if ($branch <= 35) {
require_once($CFG->libdir.'/eventslib.php');
}
/** Include calendar/lib.php */ /** Include calendar/lib.php */
require_once($CFG->dirroot.'/calendar/lib.php'); require_once($CFG->dirroot.'/calendar/lib.php');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment