We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bde626 commit d5d4b1aCopy full SHA for d5d4b1a
phpmyfaq/src/phpMyFAQ/Controller/AbstractController.php
@@ -72,6 +72,7 @@ public function __construct()
72
$this->container = $this->createContainer();
73
$this->configuration = $this->container->get('phpmyfaq.configuration');
74
$this->currentUser = $this->container->get('phpmyfaq.user.current_user');
75
+ TwigWrapper::setTemplateSetName($this->configuration->get('layout.templateSet'));
76
$this->isSecured();
77
}
78
0 commit comments