using new style with old style together for user search

This commit is contained in:
Dario 2020-06-22 15:14:00 +02:00
parent dc7fb8e646
commit f2a996112f

View File

@ -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) {