From 9e76577ead00471d556c4fcf3534fd17c5b21fec Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Thu, 25 Jan 2018 13:44:47 +0100 Subject: Add tests Signed-off-by: Roeland Jago Douma --- apps/admin_audit/lib/Actions/Security.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/admin_audit/lib/Actions') diff --git a/apps/admin_audit/lib/Actions/Security.php b/apps/admin_audit/lib/Actions/Security.php index 4e631aedddd..b7ef1332f36 100644 --- a/apps/admin_audit/lib/Actions/Security.php +++ b/apps/admin_audit/lib/Actions/Security.php @@ -45,7 +45,7 @@ class Security extends Action { 'Failed two factor attempt by user %s (%s) with provider %s', $params, [ - 'displayname', + 'displayName', 'uid', 'provider', ] @@ -66,7 +66,7 @@ class Security extends Action { 'Successful two factor attempt by user %s (%s) with provider %s', $params, [ - 'displayname', + 'displayName', 'uid', 'provider', ] -- cgit v1.2.3