From 8718fd328762bc5cbb87a9420c4136a4f6bed8b7 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Thu, 1 Dec 2005 07:57:33 +0000 Subject: [PATCH] * Don't die() when update.php reaches the end of the warning count --- RELEASE-NOTES | 1 + maintenance/update.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 839014d17a..d09fd1c97b 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -264,6 +264,7 @@ fully support the editing toolbar, but was found to be too confusing. * Reduce fractions in display of exif exposure time * (bug 3922) Further tweaks to bidi overrides in category list for old versions of Safari and Konqueror +* Don't die() when update.php reaches the end of the warning count === Caveats === diff --git a/maintenance/update.php b/maintenance/update.php index e343734eca..af0e6ca902 100644 --- a/maintenance/update.php +++ b/maintenance/update.php @@ -29,7 +29,7 @@ if( !isset( $options['quick'] ) ) { print_c($i, --$i); sleep(1); } - die(); + echo "\n"; } do_all_updates(); -- 2.20.1