]> git.mjollnir.org Git - moodle.git/commitdiff
admin MDL-19799 Upgraded print_header and build_navigation calls to use PAGE and...
authorsamhemelryk <samhemelryk>
Thu, 3 Sep 2009 08:02:59 +0000 (08:02 +0000)
committersamhemelryk <samhemelryk>
Thu, 3 Sep 2009 08:02:59 +0000 (08:02 +0000)
admin/index.php

index bd771b1f56e7ae87d179ec755c4fd33f508b948a..769e385a04237a4340a4db3d82603e2d5844cd87 100644 (file)
@@ -162,7 +162,7 @@ if (!core_tables_exist()) {
     upgrade_get_javascript();
     $PAGE->navbar->add($strdatabasesetup);
     $PAGE->set_title($strinstallation.' - Moodle '.$CFG->target_release);
-    $PAGE->heading($strinstallation);
+    $PAGE->set_heading($strinstallation);
     $PAGE->set_cacheable(false);
     echo $OUTPUT->header();