Skip to content

Commit

Permalink
MDL-19799 Migrated calls to print_heading
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasconnault committed Aug 6, 2009
1 parent bca9ba8 commit 193a7a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comment/index.php
Expand Up @@ -62,7 +62,7 @@

admin_externalpage_setup('comments');
admin_externalpage_print_header();
print_heading(get_string('comments'));
echo $OUTPUT->heading(get_string('comments'));
if (!empty($err)) {
print_error($err, 'error', $CFG->httpswwwroot.'/comment/');
}
Expand Down

0 comments on commit 193a7a8

Please sign in to comment.