From 23e9b948d2daa10fd4333de22f061691b9a82701 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Thu, 19 Jul 2007 23:13:55 +0000 Subject: [PATCH] r1586: Fixed a stupid parse error --- install/upgrade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.22.5