mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
issue 692 save selected language when installed xe.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.2@10982 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8fd93814ff
commit
075e0fe004
1 changed files with 4 additions and 0 deletions
|
|
@ -195,6 +195,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
// save selected lang info
|
||||
$oInstallAdminController = &getAdminController('install');
|
||||
$oInstallAdminController->saveLangSelected(array(Context::getLangType()));
|
||||
|
||||
// Display a message that installation is completed
|
||||
$this->setMessage('msg_install_completed');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue