Fixed language redirect adding extra language prefix in Flex

This commit is contained in:
Matias Griese
2020-04-24 12:34:46 +03:00
parent 85391bcc78
commit b363309646
2 changed files with 4 additions and 0 deletions

View File

@@ -183,6 +183,9 @@ class Admin
} else {
$this->language = '';
}
// Set admin route language.
RouteFactory::setLanguage($this->language);
}
/**