Skip to content

Commit d5d4b1a

Browse files
fix: set template in TwigWrapper correctly
1 parent 0bde626 commit d5d4b1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpmyfaq/src/phpMyFAQ/Controller/AbstractController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ public function __construct()
7272
$this->container = $this->createContainer();
7373
$this->configuration = $this->container->get('phpmyfaq.configuration');
7474
$this->currentUser = $this->container->get('phpmyfaq.user.current_user');
75+
TwigWrapper::setTemplateSetName($this->configuration->get('layout.templateSet'));
7576
$this->isSecured();
7677
}
7778

0 commit comments

Comments
 (0)