mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 05:25:08 +02:00
This was throwing duplicate declaration errors in my PHP5 box
since some hours ago. Not sure why it worked before, but...
This commit is contained in:
parent
82fee14ae8
commit
c327e15031
@ -2,8 +2,8 @@
|
||||
|
||||
// adds or updates modules in a course using new formslib
|
||||
|
||||
require("../config.php");
|
||||
require("lib.php");
|
||||
require_once("../config.php");
|
||||
require_once("lib.php");
|
||||
|
||||
require_login();
|
||||
|
||||
@ -280,4 +280,4 @@
|
||||
$mform->display();
|
||||
print_footer($course);
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user