From 7259620c94aea3d311135fee473ad764e72eaf37 Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Wed, 1 Jan 2020 14:36:03 +0800 Subject: [PATCH] Update functions.php --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 405563c..d649a4e 100644 --- a/functions.php +++ b/functions.php @@ -217,7 +217,7 @@ function get_refresh_token() } document.cookie=\'language=; path=/\'; '; - setConfig($function_name, [ 'refresh_token' => $tmptoken ], getConfig('APIKey')); + setConfig([ 'refresh_token' => $tmptoken ]); $str .= ' '; return message($str, $constStr['WaitJumpIndex'][$constStr['language']]);