From e330a57da8df341c4325a6146e595f7517c1d009 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Thu, 13 Aug 2015 09:31:12 +0100 Subject: [PATCH] Rename var, as used in isset checks Renamed var to distinguish from ftpSite, which is checked for existance with isset and if available jumps into FTP mode. Having it previously set to false, it's available, so erroneously goes into FTP mode with no creds. This is a standalone var name now just to establish connection channel. --- lib/settings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/settings.php b/lib/settings.php index 8b16304..7b37a60 100644 --- a/lib/settings.php +++ b/lib/settings.php @@ -1,6 +1,6 @@