From 4b771eee8bf9c2a9e00b1018f70801b78ce4b708 Mon Sep 17 00:00:00 2001 From: Dave Date: Mon, 20 Mar 2017 10:14:42 +1000 Subject: [PATCH] Whitespace fix --- plugin.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugin.php b/plugin.php index dddd058..48b2529 100644 --- a/plugin.php +++ b/plugin.php @@ -147,8 +147,7 @@ function ldapauth_is_valid_user( $value ) { { // are we checking group auth? if (defined('LDAPAUTH_GROUP_ATTR') && defined('LDAPAUTH_GROUP_REQ')) { - - if (!array_key_exists(LDAPAUTH_GROUP_ATTR, $searchResult[0])) die('Not in any LDAP groups'); + if (!array_key_exists(LDAPAUTH_GROUP_ATTR, $searchResult[0])) die('Not in any LDAP groups'); $in_group = false; $groups_to_check = explode(";", strtolower(LDAPAUTH_GROUP_REQ)); // This is now an array