Added support for language LDAP attribute
This commit is contained in:
@@ -16,8 +16,8 @@ class BootstrapSubscriber extends BaseSubscriber implements EventSubscriberInter
|
||||
public function execute()
|
||||
{
|
||||
$this->logger->debug('Subscriber executed: '.__METHOD__);
|
||||
$this->config->setupTranslations();
|
||||
$this->config->setupTimezone();
|
||||
$this->language->loadCurrentLanguage();
|
||||
$this->timezone->setCurrentTimezone();
|
||||
$this->actionManager->attachEvents();
|
||||
|
||||
if ($this->userSession->isLogged()) {
|
||||
|
||||
Reference in New Issue
Block a user