Merge branch '1.0' into 2.0

This commit is contained in:
terrafrost 2017-12-18 00:08:00 -06:00
commit 4bc1d7d682

View File

@ -179,7 +179,7 @@ class Stream
if ($host[0] == '$') { if ($host[0] == '$') {
$host = substr($host, 1); $host = substr($host, 1);
global $$host; global ${$host};
if (($$host instanceof SFTP) === false) { if (($$host instanceof SFTP) === false) {
return false; return false;
} }