Skip to content

Commit

Permalink
Fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyiegorov committed Feb 21, 2016
1 parent 3506e75 commit 00998af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ public function output()
}
} elseif (is_a($viewPath, ViewInterface::class)) {
/** @var ViewInterface $viewPath */
$out .= $viewPath->output();
$out = $viewPath->output();
}

// Clear currently outputted view context from VCS
Expand Down

0 comments on commit 00998af

Please sign in to comment.