mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 13:03:20 +00:00
fix issue
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
*/
|
*/
|
||||||
include_once __DIR__ . '/../../lib/bootstrap.php';
|
include_once __DIR__ . '/../../lib/bootstrap.php';
|
||||||
|
|
||||||
$appbox = appbox::get_instance(registry::get_instance());
|
$appbox = appbox::get_instance(\bootstrap::getCore());
|
||||||
$session = $appbox->get_session();
|
$session = $appbox->get_session();
|
||||||
phrasea::use_i18n(Session_Handler::get_locale());
|
phrasea::use_i18n(Session_Handler::get_locale());
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user