Update common files

This commit is contained in:
Romain Neutron
2012-09-21 16:40:09 +02:00
parent 6203835d0d
commit 9e8bcad31d

View File

@@ -13,11 +13,12 @@
* @license http://opensource.org/licenses/gpl-3.0 GPLv3 * @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com * @link www.phraseanet.com
*/ */
$app = new Application();
$request = Symfony\Component\HttpFoundation\Request::createFromGlobals(); $request = Symfony\Component\HttpFoundation\Request::createFromGlobals();
$locales = \Alchemy\Phrasea\Core::getAvailableLanguages(); $locales = \Alchemy\Phrasea\Core::getAvailableLanguages();
$current_locale = \Session_Handler::get_locale(); $current_locale = $app['locale'];
if ( ! $current_locale) { if ( ! $current_locale) {
foreach ($locales as $code => $locale) { foreach ($locales as $code => $locale) {