Fix incorrect class doc
This commit is contained in:
parent
bf41c01c12
commit
44170b76db
1 changed files with 1 additions and 1 deletions
2
auth.php
2
auth.php
|
@ -31,7 +31,7 @@ require_once($CFG->libdir . "/externallib.php");
|
|||
require_once($CFG->libdir.'/authlib.php');
|
||||
|
||||
/**
|
||||
* Shibboleth authentication plugin.
|
||||
* User key authentication plugin.
|
||||
*/
|
||||
class auth_plugin_userkey extends auth_plugin_base {
|
||||
|
||||
|
|
Loading…
Reference in a new issue