Skip to content

Commit 6277210

Browse files
authored
explode() expects parameter 2 to be string, null given in Featured.php:38
1 parent d84e07d commit 6277210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Block/Widget/Featured.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function getTitle()
4646
*/
4747
protected function getPostIdsConfigValue()
4848
{
49-
return $this->getData('posts_ids');
49+
return (string)$this->getData('posts_ids');
5050
}
5151

5252
/**

0 commit comments

Comments
 (0)