From 193a7a85fecf0a2c02dea9bd360883136db5d471 Mon Sep 17 00:00:00 2001 From: nicolasconnault Date: Thu, 6 Aug 2009 08:38:30 +0000 Subject: [PATCH] MDL-19799 Migrated calls to print_heading --- comment/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comment/index.php b/comment/index.php index ebbe3f35c9e9a..2c70d75888b95 100644 --- a/comment/index.php +++ b/comment/index.php @@ -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/'); }