Skip to content

Commit

Permalink
fix setup
Browse files Browse the repository at this point in the history
  • Loading branch information
MDevster committed Mar 9, 2022
1 parent be989c4 commit 6a7e948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Module/NatureThemeSetup.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ protected function compile()
new \Folder("files/naturetheme");
}
$this->getFiles($path);
$this->getSqlFiles(ThemeUtils::getRootDir() . "/vendor/contao-themes-net/nature-theme-bundle/src/templates");
$this->getSqlFiles(ThemeUtils::getRootDir()."/vendor/contao-themes-net/nature-theme-bundle/src/templates");
$this->Template->message = true;
$this->Template->version = NatureThemeSetup::VERSION;
break;
Expand Down

0 comments on commit 6a7e948

Please sign in to comment.