Skip to content

Commit

Permalink
MDL-34952 - change get_info() to public access
Browse files Browse the repository at this point in the history
  • Loading branch information
grabs committed Aug 24, 2012
1 parent bac15e5 commit fdc57a1
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 Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ public function get_hasvalue() {
return 1;
}

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

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

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

$info = new stdClass();
Expand Down

0 comments on commit fdc57a1

Please sign in to comment.