mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 05:25:08 +02:00
Merge branch 'MDL-79514' of https://github.com/paulholden/moodle
This commit is contained in:
commit
5c69b393df
@ -1459,6 +1459,8 @@ function feedback_get_template_list($course, $onlyownorpublic = '') {
|
||||
function feedback_get_item_class($typ) {
|
||||
global $CFG;
|
||||
|
||||
require_once($CFG->dirroot.'/mod/feedback/item/feedback_item_class.php');
|
||||
|
||||
//get the class of item-typ
|
||||
$itemclass = 'feedback_item_'.$typ;
|
||||
//get the instance of item-class
|
||||
|
Loading…
x
Reference in New Issue
Block a user