r1586: Fixed a stupid parse error
| Filename | |
|---|---|
| install/upgrade.php |
diff --git a/install/upgrade.php b/install/upgrade.php index c860bec..6dca12e 100644 --- a/install/upgrade.php +++ b/install/upgrade.php @@ -32,7 +32,7 @@ if (!isset($bugsys->in['next'])) if ($version == '[#]version[#]') { - header('Location: upgrade16.php') + header('Location: upgrade16.php'); exit; }