SFTP: getSupportedVersions() call didn't work

This commit is contained in:
terrafrost 2021-11-08 06:44:36 -06:00
parent 9fb26d478a
commit f92a58c83c
1 changed files with 1 additions and 1 deletions

View File

@ -3697,7 +3697,7 @@ class SFTP extends SSH2
*/
function getSupportedVersions()
{
if (!($this->bitmap & NET_SSH2_MASK_LOGIN)) {
if (!($this->bitmap & SSH2::MASK_LOGIN)) {
return false;
}