Skip to content

Commit

Permalink
worked with author info
Browse files Browse the repository at this point in the history
  • Loading branch information
mosbth committed Apr 15, 2016
1 parent bdbb246 commit 569b67d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TextFilter/CTextFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ private function parseFactory($filter)
public function parse($text, $filter)
{
$this->current = new \stdClass();
$this->current->frontmatter = null;
$this->current->frontmatter = [];
$this->current->text = $text;

foreach ($filter as $key) {
Expand Down

0 comments on commit 569b67d

Please sign in to comment.