Fix upgrade with a bad databox

This commit is contained in:
Romain Neutron
2011-12-08 17:22:34 +01:00
parent 405f577fa1
commit 9fb986e8f0
5 changed files with 64 additions and 19 deletions

View File

@@ -49,6 +49,7 @@ class Controller_Setup_Upgrader implements ControllerProviderInterface
'locale' => Session_Handler::get_locale()
, 'upgrade_status' => $upgrade_status
, 'available_locales' => $app['available_languages']
, 'bad_users' => User_Adapter::get_wrong_email_users(appbox::get_instance())
, 'version_number' => GV_version
, 'version_name' => GV_version_name)
);