Skip to content

Commit

Permalink
gradebook MDL-23354 added blocks to some pages that were missing them
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Davis committed Jul 23, 2010
1 parent c0f6b60 commit df227fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions grade/edit/outcome/edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
$url->param('id', $id);
}
$PAGE->set_url($url);
$PAGE->set_pagelayout('admin');

$systemcontext = get_context_instance(CONTEXT_SYSTEM);
$heading = null;
Expand Down
1 change: 1 addition & 0 deletions grade/edit/scale/edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
$id = optional_param('id', 0, PARAM_INT);

$PAGE->set_url('/grade/edit/scale/edit.php', array('id' => $id, 'courseid' => $courseid));
$PAGE->set_pagelayout('admin');

$systemcontext = get_context_instance(CONTEXT_SYSTEM);
$heading = '';
Expand Down

0 comments on commit df227fa

Please sign in to comment.