From 2c4b885b0ca2c1eff0fea24ce6bed27e346f6e2a Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Thu, 6 Dec 2018 16:47:03 +0100 Subject: [PATCH] Consistent error reporting for errors during the setup process Fixes #2784 --- wcfsetup/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install.php b/wcfsetup/install.php index 130e7e134c..5ac6487afc 100644 --- a/wcfsetup/install.php +++ b/wcfsetup/install.php @@ -340,7 +340,7 @@ class SystemException extends \Exception implements IPrintableException { ?>

getPrevious() && !$first) { echo "Original "; } else if ($e->getPrevious() && $first) { echo "Final "; } ?>Error

- getDescription()) { ?> + getDescription()) { ?>

getDescription(); ?>