From: stronk7 Date: Thu, 10 Jul 2003 18:21:32 +0000 (+0000) Subject: Small typo when creating structures in a fresh installation X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=bc66e327c631649e0694a2d96371878bc40a4bca;p=moodle.git Small typo when creating structures in a fresh installation (no previous backup installed) --- diff --git a/backup/lib.php b/backup/lib.php index 82f1e61b6b..c08ffc1a47 100644 --- a/backup/lib.php +++ b/backup/lib.php @@ -324,7 +324,7 @@ if (set_config("backup_version", "2003010100")) { print_heading("You are currently going to install the needed structures to Backup/Recover"); - print_continue($continue_to); + print_continue($continueto); die; } }