No message for toUTF8noBOM in this case

This commit is contained in:
Matt Pass
2019-08-25 14:43:57 +01:00
committed by GitHub
parent 295f68566b
commit 4b5a2ff8ee

View File

@@ -101,7 +101,7 @@ if ($_GET['action']=="load") {
exit;
}
// Get our file contents and close the FTP connection
$loadedFile = toUTF8noBOM(ftpGetContents($ftpConn, $ftpRoot.$fileLoc."/".$fileName, $ftpMode));
$loadedFile = toUTF8noBOM(ftpGetContents($ftpConn, $ftpRoot.$fileLoc."/".$fileName, $ftpMode),false);
ftpEnd();
// Get local file
} else {