SSH1: Fix E_NOTICE (thanks dayton967!)

This commit is contained in:
terrafrost 2012-11-14 04:34:33 -06:00
parent 691f4d1e62
commit 8cf6bb0b1c

View File

@ -428,7 +428,7 @@ class Net_SSH1 {
* @var Array
* @access private
*/
var $interactive_buffer = '';
var $interactiveBuffer = '';
/**
* Default Constructor.