Hotfix 1.4.4.1: Switching languages
This commit is contained in:
parent
f45da5e56f
commit
b2dbc76445
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ $container['view'] = function ($container) use ($uri)
|
|||
/******************************
|
||||
* LOAD TRANSLATIONS *
|
||||
******************************/
|
||||
$pieces = explode('/',$uri->getPath());
|
||||
$pieces = explode('/',trim($uri->getPath(),'/'));
|
||||
if( ($pieces[0] === 'tm' OR $pieces[0] === 'setup') )
|
||||
{
|
||||
# Admin environment labels
|
||||
|
|
Loading…
Add table
Reference in a new issue