From f2a996112f6129f6eb2674910372a1790bbc4c65 Mon Sep 17 00:00:00 2001 From: Dario Date: Mon, 22 Jun 2020 15:14:00 +0200 Subject: [PATCH] using new style with old style together for user search --- src/Controller/StateUsersController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Controller/StateUsersController.php b/src/Controller/StateUsersController.php index 6d2aa641a..cf66a91b9 100644 --- a/src/Controller/StateUsersController.php +++ b/src/Controller/StateUsersController.php @@ -80,7 +80,7 @@ class StateUsersController extends AppController { $startTime = microtime(true); I18n::setLocale('de_DE'); - $this->viewBuilder()->setLayout('frontend_ripple'); + $this->viewBuilder()->setLayout('frontend'); $session = $this->getRequest()->getSession(); $result = $this->requestLogin(); if($result !== true) {