Skip to content

Commit

Permalink
Merge pull request #2 from dailos/master
Browse files Browse the repository at this point in the history
[fix] Render action title
  • Loading branch information
jefersondaniel committed Nov 18, 2015
2 parents 71a1a12 + 6af0ab8 commit ad0e551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SirenPHP/Action.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function getSerializableVars() {
}

if ($this->title !== null) {
$vars['title'] = null;
$vars['title'] = $this->title;
}

if (count($this->fields) > 0) {
Expand Down

0 comments on commit ad0e551

Please sign in to comment.