Fix wrapper

This commit is contained in:
Daniil Gentili 2017-01-15 13:06:40 +01:00
parent 0fe0b925aa
commit 0e348edd53

View File

@ -22,9 +22,9 @@ trait PeerHandler
return $this->API->get_info($id, $recursive); return $this->API->get_info($id, $recursive);
} }
public function get_pwr_chat($id) public function get_pwr_chat($id, $full = true, $save = true)
{ {
return $this->API->get_pwr_chat($id); return $this->API->get_pwr_chat($id, $full, $save);
} }
public function peer_isset($id) public function peer_isset($id)