aboutsummaryrefslogtreecommitdiff
path: root/auth.php
diff options
context:
space:
mode:
Diffstat (limited to 'auth.php')
-rw-r--r--auth.php2
1 files changed, 1 insertions, 1 deletions
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");
}
/**