Skip to content
Snippets Groups Projects
Commit 64e07f4b authored by hguenot's avatar hguenot
Browse files

Merge pull request #4 from G9901/patch-1

undefined $connectionString
parents 5621e075 77ab5b3a
Branches
Tags
No related merge requests found
......@@ -83,7 +83,7 @@ class FtpComponent extends \yii\base\Component {
} catch (Exception $e) {
throw new FtpException(
Yii::t('gftp', '{connectString} is not a valid connection string: {message}', [
'connectString' => $connectionString,
'connectString' => $this->connectionString,
'message' => $e->getMessage()
])
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment