From cdba4078686df19c70dfb0f18f725453df04f2d5 Mon Sep 17 00:00:00 2001 From: Nicolas Le Goff Date: Wed, 29 Feb 2012 17:30:54 +0100 Subject: [PATCH] fix issue --- www/include/error.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/include/error.php b/www/include/error.php index 4a88bb52e2..7e6c2473b9 100644 --- a/www/include/error.php +++ b/www/include/error.php @@ -16,7 +16,7 @@ */ include_once __DIR__ . '/../../lib/bootstrap.php'; -$appbox = appbox::get_instance(registry::get_instance()); +$appbox = appbox::get_instance(\bootstrap::getCore()); $session = $appbox->get_session(); phrasea::use_i18n(Session_Handler::get_locale());