Skip to content

Commit

Permalink
Merge pull request #1 from luceos/patch-1
Browse files Browse the repository at this point in the history
Update CreateBlogMetaOnDiscussionCreate.php
  • Loading branch information
jaspervriends authored Nov 17, 2020
2 parents fed6578 + 19f1833 commit 8f033af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Listeners/CreateBlogMetaOnDiscussionCreate.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public function __construct(SettingsRepositoryInterface $settings)
{
// Get Flarum settings
$this->settings = $settings;
$this->blogTags = explode("|", $this->settings->get('blog_tags', []));
$this->blogTags = explode("|", $this->settings->get('blog_tags', ''));
}

/**
Expand Down

0 comments on commit 8f033af

Please sign in to comment.