Skip to content

Commit

Permalink
Base: make receive_fragment a protected method
Browse files Browse the repository at this point in the history
  • Loading branch information
pmccarren committed Apr 17, 2015
1 parent 586a89d commit 0c50d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Base.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public function receive() {
return $response;
}

public function receive_fragment() {
protected function receive_fragment() {

// Just read the main fragment information first.
$data = $this->read(2);
Expand Down

0 comments on commit 0c50d3f

Please sign in to comment.