From dc55d712af81e77c09d0373178eafc770f18e4e4 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 8 Sep 2019 08:00:53 +0200 Subject: [PATCH] Add missing variable. --- config/database.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/database.php b/config/database.php index 3445e76455..734cab0082 100644 --- a/config/database.php +++ b/config/database.php @@ -27,6 +27,7 @@ $host = ''; $username = ''; $password = ''; $database = ''; +$port = ''; if (!(false === $databaseUrl)) {