From: Vincent Vanwaelscappel Date: Wed, 24 Jan 2024 11:17:46 +0000 (+0100) Subject: wait #6652 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=48039b3810803a836b7b4ab19b09a80be3b74689;p=cubist_cms-back.git wait #6652 @0.5 --- diff --git a/src/app/Magic/Models/ExternalServer.php b/src/app/Magic/Models/ExternalServer.php index b0b1d9f..093726a 100644 --- a/src/app/Magic/Models/ExternalServer.php +++ b/src/app/Magic/Models/ExternalServer.php @@ -137,7 +137,7 @@ class ExternalServer extends CubistMagicAbstractModel implements IServer public function getSettings() { - return ['ftp_port' => $this->ftp_port]; + return ['ftp_mode' => $this->ftp_mode]; } public function makeURL($path)