mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-09 15:20:58 +00:00
Also replace this with call_user_func
This commit is contained in:
parent
97d1e75a51
commit
b5e579f6c0
@ -216,7 +216,7 @@ class Net_SCP
|
||||
$sent+= strlen($temp);
|
||||
|
||||
if (is_callable($callback)) {
|
||||
$callback($sent);
|
||||
call_user_func($callback, $sent);
|
||||
}
|
||||
}
|
||||
$this->_close();
|
||||
|
Loading…
Reference in New Issue
Block a user