diff --git a/lib/Alchemy/Phrasea/Controller/Client/RootController.php b/lib/Alchemy/Phrasea/Controller/Client/RootController.php index e288d5e997..cae4859a3e 100644 --- a/lib/Alchemy/Phrasea/Controller/Client/RootController.php +++ b/lib/Alchemy/Phrasea/Controller/Client/RootController.php @@ -45,7 +45,7 @@ class RootController extends Controller */ public function getClientAction(Request $request) { - $this->getSession()->getFlashBag()->add('client_deprecated'); + $this->getSession()->getFlashBag()->add('client_deprecated', ''); if (!$this->getAuthenticator()->isAuthenticated() && null !== $request->query->get('nolog')) { return $this->app->redirectPath('login_authenticate_as_guest', ['redirect' => 'client']);