From: nicolasconnault Date: Mon, 10 Sep 2007 04:58:09 +0000 (+0000) Subject: MDL-10723 Another file that escaped the update X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=2de7b82759ecf42e1328e9f50e6e1c88c81a95e2;p=moodle.git MDL-10723 Another file that escaped the update --- diff --git a/backup/lib.php b/backup/lib.php index 709375196b..f97edbeb9d 100644 --- a/backup/lib.php +++ b/backup/lib.php @@ -385,7 +385,8 @@ if ($backup_version > $CFG->backup_version) { // Upgrade tables $strdatabaseupgrades = get_string("databaseupgrades"); - print_header($strdatabaseupgrades, $strdatabaseupgrades, $strdatabaseupgrades, '', upgrade_get_javascript()); + $navigation = array(array('name' => $strdatabaseupgrades, 'link' => null, 'type' => 'misc')); + print_header($strdatabaseupgrades, $strdatabaseupgrades, build_navigation($navigation), '', upgrade_get_javascript()); upgrade_log_start(); print_heading('backup');