moodle-saml / auth

Moodle SAML Auth plugin
https://moodle.org/plugins/auth_saml
3 stars 21 forks source link

"The class or interface 'SimpleSAML_Auth_Simple' is now using namespaces, please use 'SimpleSAML\Auth\Simple'" error in log #31

Open emilioah opened 2 years ago

emilioah commented 2 years ago

Need to change:

$as = new SimpleSAML_Auth_Simple($samlparam->sp_source); to $as = new \SimpleSAML\Auth\Simple($samlparam->sp_source);

in index.php.