From afc30cef3d8ca3728af35f2385d05e91e857ea0e Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Sat, 6 Feb 2021 12:09:05 -0500 Subject: Add missing variable (#3427) When refactoring the install in #3368, a variable was unwillingly removed. It's back in the code now. --- app/install.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/install.php b/app/install.php index 286e7cc69..76183e3cc 100644 --- a/app/install.php +++ b/app/install.php @@ -396,6 +396,7 @@ function printStep1() {