Skip to content

Commit

Permalink
Merge branch 'MDL-34952_22' of git://github.com/grabs/moodle into MOO…
Browse files Browse the repository at this point in the history
…DLE_22_STABLE
  • Loading branch information
Aparup Banerjee committed Aug 29, 2012
2 parents 90241ea + 20af483 commit 6a4d3ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mod/feedback/item/multichoice/lib.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ public function get_hasvalue() {
return 1; return 1;
} }


private function get_info($item) { public function get_info($item) {
$presentation = empty($item->presentation) ? '' : $item->presentation; $presentation = empty($item->presentation) ? '' : $item->presentation;


$info = new stdClass(); $info = new stdClass();
Expand Down
2 changes: 1 addition & 1 deletion mod/feedback/item/multichoicerated/lib.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ public function get_hasvalue() {
return 1; return 1;
} }


private function get_info($item) { public function get_info($item) {
$presentation = empty($item->presentation) ? '' : $item->presentation; $presentation = empty($item->presentation) ? '' : $item->presentation;


$info = new stdClass(); $info = new stdClass();
Expand Down

0 comments on commit 6a4d3ec

Please sign in to comment.