Skip to content

Commit

Permalink
Merge branch '6.13' into 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Mar 2, 2018
2 parents 9fd88df + f13c530 commit f550847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eZ/Publish/Core/FieldType/Page/Value.php
Expand Up @@ -38,7 +38,7 @@ public function __construct(Page $page = null)
public function __toString()
{
if ($this->page instanceof Page) {
return $this->page->layout;
return (string)$this->page->layout;
}

return '';
Expand Down

0 comments on commit f550847

Please sign in to comment.