mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
MDL-29479 Cosmetic rename of some methods in grading manager API
This commit is contained in:
parent
6c9e506ca5
commit
8a4acb3aca
2 changed files with 16 additions and 16 deletions
|
@ -155,8 +155,8 @@ if (!empty($add)) {
|
|||
$areas = $gradingman->get_available_areas();
|
||||
|
||||
foreach ($areas as $areaname => $areatitle) {
|
||||
$gradingman->set_areaname($areaname);
|
||||
$method = $gradingman->get_active_area_method();
|
||||
$gradingman->set_area($areaname);
|
||||
$method = $gradingman->get_active_method();
|
||||
$data->_advancedgradingdata['areas'][$areaname] = array(
|
||||
'title' => $areatitle,
|
||||
'method' => $method,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue