Skip to content

Commit 976a19e

Browse files
authored
Merge pull request #33 from RRZE-Webteam/dev
Dev
2 parents 09a0021 + 4d8357c commit 976a19e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

includes/Authenticate.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ public function authenticate($user, $userLogin)
155155
) {
156156
$atts[$_key] = $value[0];
157157
} else {
158-
$atts[$key] = is_array($value) ? $value[0] : $value;
158+
$atts[$key] = $value;
159159
}
160160
}
161161

rrze-sso.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Plugin Name: RRZE SSO
55
Plugin URI: https://github.com/RRZE-Webteam/rrze-sso
66
Description: Single-Sign-On (SSO) SAML-Integrations-Plugin für WordPress.
7-
Version: 1.6.7
7+
Version: 1.6.8
88
Author: RRZE-Webteam
99
Author URI: https://blogs.fau.de/webworking/
1010
License: GNU General Public License v2

0 commit comments

Comments
 (0)