From e64d145bf1dfe0cc1bff9bcdef5c28ff9fd932c2 Mon Sep 17 00:00:00 2001 From: f0o Date: Tue, 1 Sep 2015 23:39:48 +0100 Subject: [PATCH] Gracefully break update --- includes/sql-schema/update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/sql-schema/update.php b/includes/sql-schema/update.php index 45bf671b2..7bbe7fc3b 100644 --- a/includes/sql-schema/update.php +++ b/includes/sql-schema/update.php @@ -100,7 +100,7 @@ foreach ($filelist as $file) { if ( abs($limit-$_REQUEST['offset']) > 6) { $_SESSION['offset'] = $limit; echo 'Updating, please wait..'.date('r').''; - die(); + return; } }