forked from GNUsocial/gnu-social
		
	Weaken send scope to protected
This commit is contained in:
		@@ -34,7 +34,7 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
 | 
				
			|||||||
class Fake_Irc extends Phergie_Driver_Streams {
 | 
					class Fake_Irc extends Phergie_Driver_Streams {
 | 
				
			||||||
    public $would_be_sent = null;
 | 
					    public $would_be_sent = null;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    private function send($command, $args = '') {
 | 
					    protected function send($command, $args = '') {
 | 
				
			||||||
        $this->would_be_sent = array($command, $args);
 | 
					        $this->would_be_sent = array($command, $args);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user