Add missing variable.

This commit is contained in:
James Cole 2019-09-08 08:00:53 +02:00
parent d735694e2a
commit dc55d712af
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -27,6 +27,7 @@ $host = '';
$username = '';
$password = '';
$database = '';
$port = '';
if (!(false === $databaseUrl)) {