Skip to content

Commit

Permalink
explode() expects parameter 2 to be string, null given in Featured.ph…
Browse files Browse the repository at this point in the history
…p:38
  • Loading branch information
magefan authored May 26, 2022
1 parent d84e07d commit 6277210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Block/Widget/Featured.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function getTitle()
*/
protected function getPostIdsConfigValue()
{
return $this->getData('posts_ids');
return (string)$this->getData('posts_ids');
}

/**
Expand Down

0 comments on commit 6277210

Please sign in to comment.