mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Merge branch 'MDL-42084-master' of git://github.com/sammarshallou/moodle
This commit is contained in:
commit
ec6219a2e7
1 changed files with 1 additions and 1 deletions
|
@ -22,10 +22,10 @@
|
|||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
core_php_time_limit::raise();
|
||||
require_once '../../../config.php';
|
||||
require_once $CFG->libdir . '/gradelib.php';
|
||||
require_once '../../lib.php';
|
||||
core_php_time_limit::raise();
|
||||
|
||||
$courseid = required_param('id', PARAM_INT);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue