Skip to content

Commit

Permalink
Merge afe1b95 into c138554
Browse files Browse the repository at this point in the history
  • Loading branch information
dhm80 committed Feb 20, 2017
2 parents c138554 + afe1b95 commit 3895ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Slim/Http/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -1006,7 +1006,7 @@ public function getParsedBody()
return $this->bodyParsed;
}

if (!$this->body) {
if (!$this->getBody()) {
return null;
}

Expand Down

0 comments on commit 3895ead

Please sign in to comment.