From aa0f07c285a530de6455d8b1a4c27af522018386 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 15 Dec 2017 09:45:42 +0400 Subject: Small fixes --- auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auth.php') diff --git a/auth.php b/auth.php index 06cbf41..231b347 100644 --- a/auth.php +++ b/auth.php @@ -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"); } /** -- cgit v1.2.3