mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
"MDL-21786, remove old comment lib file"
This commit is contained in:
parent
24048d094e
commit
88342307b0
2 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
* Handling all ajax request for comments API
|
* Handling all ajax request for comments API
|
||||||
*/
|
*/
|
||||||
require_once('../config.php');
|
require_once('../config.php');
|
||||||
require_once($CFG->libdir.'/comment/lib.php');
|
require_once($CFG->dirroot . '/comment/lib.php');
|
||||||
|
|
||||||
$courseid = optional_param('courseid', SITEID, PARAM_INT);
|
$courseid = optional_param('courseid', SITEID, PARAM_INT);
|
||||||
$contextid = optional_param('contextid', SYSCONTEXTID, PARAM_INT);
|
$contextid = optional_param('contextid', SYSCONTEXTID, PARAM_INT);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue