Fix incorrect class doc

This commit is contained in:
Dmitrii Metelkin 2016-08-19 13:03:55 +10:00
parent bf41c01c12
commit 44170b76db

View file

@ -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 {