Merge branch '1.0' into 2.0

This commit is contained in:
terrafrost 2019-03-23 18:43:04 -05:00
commit b9f7f0c021

View File

@ -3307,7 +3307,7 @@ class SSH2
return false; return false;
} }
foreach ($this->auth as $auth) { foreach ($this->auth as $auth) {
$result = call_user_func_array(array(&$this, 'parent::login'), $auth); $result = call_user_func_array(array(&$this, 'login'), $auth);
} }
return $result; return $result;
} }