Small fixes

This commit is contained in:
2017-12-15 09:45:42 +04:00
parent c2afebb9b5
commit aa0f07c285
2 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ class auth_plugin_token extends auth_plugin_base {
*/
public function __construct() {
$this->authtype = "token";
$this->config = get_config("auth_token");
$this->config = get_config("auth_token");
}
/**