From 270eacb65e8d0236688ea864c9f7e4bd10681168 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Sun, 25 Jul 2021 22:42:26 +0100 Subject: [PATCH] [Install] Hopefully fixes a bug --- install/includes/core_class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/includes/core_class.php b/install/includes/core_class.php index 111cdf55..51f5d733 100644 --- a/install/includes/core_class.php +++ b/install/includes/core_class.php @@ -33,6 +33,8 @@ class Core { echo "Directory ".$data['directory']." cannot be found"; exit; } + } else { + $counter++; } // Check if all the required fields have been entered