Skip to content

Commit

Permalink
Merge pull request #49 from IonBazan/result-search-fix
Browse files Browse the repository at this point in the history
fixes #47
  • Loading branch information
Janusz Żukowicz authored Apr 25, 2018
2 parents e07dc4f + 2ce8152 commit de3ccd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GusApi/GusApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ public function getFullReport($sid, SearchReport $searchReport, $reportType)
*/
public function getResultSearchMessage($sid)
{
return sprintf("StatusSesji:%s\nKomunikatKod:%s\nKomunikatTresc:\n",
return sprintf("StatusSesji:%s\nKomunikatKod:%s\nKomunikatTresc:%s\n",
$this->sessionStatus($sid),
$this->getMessageCode($sid),
$this->getMessage($sid)
Expand Down

0 comments on commit de3ccd5

Please sign in to comment.