Skip to content
This repository has been archived by the owner on Dec 17, 2020. It is now read-only.

Typo in GFtpComponent->put() method #7

Open
andrey-bahrachev opened this issue Jul 31, 2014 · 0 comments
Open

Typo in GFtpComponent->put() method #7

andrey-bahrachev opened this issue Jul 31, 2014 · 0 comments

Comments

@andrey-bahrachev
Copy link

Hi hguenot,
Thanks for nice extension! Here's the fix for you ;)

This line (#634)
$remote_file = basename($remote_file);
must be changed to:
$remote_file = basename($local_file);

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant