mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-27 19:54:57 +00:00
SSH1: Fix E_NOTICE (thanks dayton967!)
This commit is contained in:
parent
691f4d1e62
commit
8cf6bb0b1c
@ -428,7 +428,7 @@ class Net_SSH1 {
|
||||
* @var Array
|
||||
* @access private
|
||||
*/
|
||||
var $interactive_buffer = '';
|
||||
var $interactiveBuffer = '';
|
||||
|
||||
/**
|
||||
* Default Constructor.
|
||||
|
Loading…
Reference in New Issue
Block a user