Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
fixes #1 for config not being created on install
Browse files Browse the repository at this point in the history
  • Loading branch information
cdowdy committed Aug 2, 2016
1 parent 716aa78 commit b57fb68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Html5VideoExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ protected function registerTwigPaths()
protected function registerTwigFunctions()
{
$options = ['is_safe' => ['html']];
$this->getConfig();
return [
'html5video' => [ 'html5video', $options ],
];
Expand Down

0 comments on commit b57fb68

Please sign in to comment.