Merge branch 'MDL-34952_23' of git://github.com/grabs/moodle into MOODLE_23_STABLE
This commit is contained in:
@@ -609,7 +609,7 @@ class feedback_item_multichoice extends feedback_item_base {
|
||||
return 1;
|
||||
}
|
||||
|
||||
private function get_info($item) {
|
||||
public function get_info($item) {
|
||||
$presentation = empty($item->presentation) ? '' : $item->presentation;
|
||||
|
||||
$info = new stdClass();
|
||||
|
||||
@@ -465,7 +465,7 @@ class feedback_item_multichoicerated extends feedback_item_base {
|
||||
return 1;
|
||||
}
|
||||
|
||||
private function get_info($item) {
|
||||
public function get_info($item) {
|
||||
$presentation = empty($item->presentation) ? '' : $item->presentation;
|
||||
|
||||
$info = new stdClass();
|
||||
|
||||
Reference in New Issue
Block a user