Also replace this with call_user_func

This commit is contained in:
Nicky Gerritsen 2014-03-05 18:38:33 +01:00
parent 97d1e75a51
commit b5e579f6c0

View File

@ -216,7 +216,7 @@ class Net_SCP
$sent+= strlen($temp);
if (is_callable($callback)) {
$callback($sent);
call_user_func($callback, $sent);
}
}
$this->_close();