We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 177686e + 7304ff7 commit ca15871Copy full SHA for ca15871
1 file changed
onelogin-saml-sso/php/functions.php
@@ -265,7 +265,7 @@ function saml_acs() {
265
}
266
267
if ($user_id) {
268
- if (is_multisite() && !is_user_member_of_blog($user_id, $blog_id)) {
+ if (is_multisite() && !is_user_member_of_blog($user_id)) {
269
if (get_option('onelogin_saml_autocreate')) {
270
//Exist's but is not user to the current blog id
271
$blog_id = get_current_blog_id();
0 commit comments