Skip to content

Commit

Permalink
CTP-3690 correct commit 16f5fa2 sub_rows
Browse files Browse the repository at this point in the history
  • Loading branch information
watson8 committed Sep 9, 2024
1 parent 25e2797 commit 7d01324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions classes/grading_report.php
Original file line number Diff line number Diff line change
Expand Up @@ -313,14 +313,14 @@ public function get_cells_helpers() {
* @return sub_rows_interface
*/
public function get_sub_row_helper() {
return $this->sub_rows;
return $this->subrows;
}

/**
* @param $rows_strategy
*/
public function add_sub_rows($rowsstrategy) {
$this->sub_rows = $rowsstrategy;
$this->subrows = $rowsstrategy;
}

/**
Expand Down

0 comments on commit 7d01324

Please sign in to comment.