admin MDL-19799 Upgraded print_header and build_navigation calls to use PAGE and OUTPUT equivilants

This commit is contained in:
samhemelryk
2009-09-03 08:02:59 +00:00
parent 1f9a0c9c01
commit 2ea0514603
+1 -1
View 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();