SAML-Toolkits / wordpress-saml

OneLogin SAML plugin for Wordpress
MIT License
65 stars 74 forks source link

Undefined variable $blog_id? #67

Closed forevermatt closed 6 years ago

forevermatt commented 6 years ago

It looks like the $blog_id variable used on line 268 here hasn't been defined yet. Or am I missing something in the greater context?

https://github.com/onelogin/wordpress-saml/blob/d8690ff33aada4573198cdd633c9bbdbb1dfcba6/onelogin-saml-sso/php/functions.php#L267-L278

pitbulk commented 6 years ago

It seems you are right.

Do you have a PR?