From bdc1ef924166c72f9716781b63408193467cffe1 Mon Sep 17 00:00:00 2001 From: Christophe Vandeplas Date: Thu, 7 Dec 2023 12:31:06 +0100 Subject: [PATCH] fix: [login_history] fixes str_contains #9433 --- app/View/Users/view_login_history.ctp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/View/Users/view_login_history.ctp b/app/View/Users/view_login_history.ctp index 3accb8c17..44bb2b83f 100644 --- a/app/View/Users/view_login_history.ctp +++ b/app/View/Users/view_login_history.ctp @@ -19,6 +19,12 @@ echo sprintf('', !$this->request->is('ajax') ? ' class="index"' : ''); }