forked from GNUsocial/gnu-social
Weaken send scope to protected
This commit is contained in:
parent
2550971450
commit
1e5198645c
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user